Skip to content

Commit 23ac0e9

Browse files
committed
Update request from 0.10 to 0.11
1 parent 0e0ea5b commit 23ac0e9

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
@@ -6,7 +6,7 @@ edition = "2018"
66

77
[dependencies]
88
chrono = { version = "0.4", features = ["serde"] }
9-
reqwest = { version = "0.10", features = ["blocking", "json"] }
9+
reqwest = { version = "0.11", features = ["blocking", "json"] }
1010
serde = { version = "1.0", features = ["derive"] }
1111
serde_json = "1.0"
1212
itertools = "0.10.1"

0 commit comments

Comments
 (0)