We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77756f1 commit e1b197bCopy full SHA for e1b197b
Cargo.toml
@@ -32,7 +32,7 @@ libc = { version = "^0.2", optional = true }
32
parking_lot = "^0.11"
33
protobuf = { version = "^2.0", optional = true }
34
regex = "^1.3"
35
-reqwest = { version = "^0.10", features = ["blocking"], optional = true }
+reqwest = { version = "^0.11", features = ["blocking"], optional = true }
36
thiserror = "^1.0"
37
38
[target.'cfg(target_os = "linux")'.dependencies]
0 commit comments