diff --git a/Cargo.toml b/Cargo.toml index f12ee553..391c02bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ libc = { version = "^0.2", optional = true } parking_lot = "^0.12" protobuf = { version = "^3.7.2", optional = true } memchr = "^2.3" -reqwest = { version = "^0.12", features = ["blocking"], optional = true } +reqwest = { version = "^0.13", features = ["blocking"], optional = true } thiserror = "^2.0" [target.'cfg(target_os = "linux")'.dependencies]