diff --git a/rustchain-wallet/Cargo.toml b/rustchain-wallet/Cargo.toml index 22bb58ac..b010debf 100644 --- a/rustchain-wallet/Cargo.toml +++ b/rustchain-wallet/Cargo.toml @@ -32,7 +32,7 @@ rpassword = "7.3" # Async runtime tokio = { version = "1.35", features = ["full"] } -reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } +reqwest = { version = "0.13", features = ["json", "rustls-tls"], default-features = false } # Error handling thiserror = "1.0"