diff --git a/Cargo.toml b/Cargo.toml index bc51e82..91ee012 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["cryptohopper", "trading", "crypto", "api", "sdk"] categories = ["api-bindings", "web-programming::http-client"] [dependencies] -reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json", "http2"] } +reqwest = { version = "0.13", default-features = false, features = ["rustls-tls", "json", "http2"] } serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "2"