diff --git a/Cargo.toml b/Cargo.toml index 2dd80f2d..94e09ef6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -243,7 +243,7 @@ tokio = { version = "1.0", features = [ ] } # HTTP client - use rustls TLS (pure Rust, no OpenSSL dependency) # This enables cross-compilation to musl targets without OpenSSL -reqwest = { version = "0.12", features = [ +reqwest = { version = "0.13", features = [ "json", "stream", "rustls-tls",