We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ac0e9 commit 2e2de44Copy full SHA for 2e2de44
tools/agenda-generator/Cargo.toml
@@ -9,6 +9,6 @@ chrono = { version = "0.4", features = ["serde"] }
9
reqwest = { version = "0.11", features = ["blocking", "json"] }
10
serde = { version = "1.0", features = ["derive"] }
11
serde_json = "1.0"
12
-itertools = "0.10.1"
+itertools = "0.12"
13
structopt = "0.3.21"
14
color-eyre = "0.5.11"
0 commit comments