diff --git a/Cargo.toml b/Cargo.toml index d05adf8..bdf4ed8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ chrono = { version = "0.4", default-features = false, features = ["serde"] } diqwest = { version = "1.2.1", default-features = false, optional = true } fixed-hash = "0.8" hex = "0.4" -http = "0.2" +http = "1.1" jsonrpc-core = "18" monero = { version = "0.21", features = ["serde"] } reqwest = { version = "0.11", default-features = false, features = ["json", "socks"] }