Skip to content

Commit 2e2de44

Browse files
committed
Update itertools from 0.10 to 0.12
1 parent 23ac0e9 commit 2e2de44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/agenda-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ chrono = { version = "0.4", features = ["serde"] }
99
reqwest = { version = "0.11", features = ["blocking", "json"] }
1010
serde = { version = "1.0", features = ["derive"] }
1111
serde_json = "1.0"
12-
itertools = "0.10.1"
12+
itertools = "0.12"
1313
structopt = "0.3.21"
1414
color-eyre = "0.5.11"

0 commit comments

Comments
 (0)