diff --git a/Cargo.toml b/Cargo.toml index 42b467a..86d1338 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ description = "RPC client for Monero daemon and wallet" [dependencies] anyhow = "1" chrono = { version = "0.4", default-features = false, features = ["serde"] } -diqwest = { version = "1.1", optional = true } +diqwest = { version = "2.0", optional = true } fixed-hash = "0.8" hex = "0.4" http = "0.2"