We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49c724 commit 37f9eb2Copy full SHA for 37f9eb2
Cargo.toml
@@ -29,7 +29,7 @@ libc = { version = "^0.2", optional = true }
29
parking_lot = "^0.12"
30
protobuf = { version = "^2.0", optional = true }
31
memchr = "^2.3"
32
-reqwest = { version = "^0.11", features = ["blocking"], optional = true }
+reqwest = { version = "^0.12", features = ["blocking"], optional = true }
33
thiserror = "^1.0"
34
35
[target.'cfg(target_os = "linux")'.dependencies]
0 commit comments