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.
2 parents 0e0ea5b + 6c0089c commit 52ff67bCopy full SHA for 52ff67b
tools/agenda-generator/Cargo.toml
@@ -6,9 +6,9 @@ edition = "2018"
6
7
[dependencies]
8
chrono = { version = "0.4", features = ["serde"] }
9
-reqwest = { version = "0.10", features = ["blocking", "json"] }
+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"
+color-eyre = "0.6"
0 commit comments