We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba8e00c + adc85af commit 7090ec8Copy full SHA for 7090ec8
1 file changed
Cargo.toml
@@ -19,7 +19,7 @@ categories = ["api-bindings"]
19
[dependencies]
20
log = "0.4"
21
thiserror = "1.0"
22
-reqwest = { version = "0.11", features = ["json"] }
+reqwest = { version = "0.12", features = ["json"] }
23
serde = { version = "1.0", features = ["derive"] }
24
serde_json = "1.0"
25
# Version with a security patch:
0 commit comments