diff --git a/Cargo.toml b/Cargo.toml index 4153533d..012959d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ futures = "0.3" # HTTP client # HTTP client — use rustls to avoid native OpenSSL dep during cross-compilation -reqwest = { version = "0.12", features = ["json", "stream", "rustls-tls"], default-features = false } +reqwest = { version = "0.13", features = ["json", "stream", "rustls-tls"], default-features = false } # Serialization serde = { version = "1", features = ["derive"] }