diff --git a/Cargo.toml b/Cargo.toml index ac85a54..52c04b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ http-body-util = { version = "0.1" } futures-util = { version = "0.3", default-features = false } # HTTP client with proxy support -reqwest = { version = "0.12", features = ["json", "stream"] } +reqwest = { version = "0.13", features = ["json", "stream"] } tracing = "0.1"