diff --git a/Cargo.toml b/Cargo.toml index cf4aad24..776f622e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ libc = { version = "^0.2", optional = true } parking_lot = "^0.12" protobuf = { version = "^2.0", optional = true } memchr = "^2.3" -reqwest = { version = "^0.11", features = ["blocking"], optional = true } +reqwest = { version = "^0.12", features = ["blocking"], optional = true } thiserror = "^1.0" [target.'cfg(target_os = "linux")'.dependencies]