diff --git a/Cargo.toml b/Cargo.toml index 40c1ec3..736bd8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ fixed-hash = "0.8" hex = "0.4" jsonrpc-core = "18" monero = { version = "0.21", features = ["serde"] } -reqwest = { version = "0.12", default-features = false, features = ["json", "socks"] } +reqwest = { version = "0.13", default-features = false, features = ["json", "socks"] } serde = { version = "1", features = ["derive"] } serde_json = "1" tracing = "0.1"