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 50111b9 commit af5a9a4Copy full SHA for af5a9a4
Cargo.toml
@@ -12,8 +12,8 @@ categories = ["development-tools"]
12
edition = "2018"
13
14
[dependencies]
15
-reqwest = { version = "0.10", features = ["json"] }
+reqwest = { version = "0.11", features = ["json"] }
16
17
[dev-dependencies]
18
json = "0.12"
19
-tokio = { version = "0.2", features = ["full"] }
+tokio = { version = "1.5", features = ["full"] }
0 commit comments