diff --git a/Cargo.toml b/Cargo.toml index 26e2a5c..a0aad80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ fixed-hash = "0.7" hex = "0.4" http = "0.2" jsonrpc-core = "18" -monero = { version = "0.17", features = ["serde"] } +monero = { version = "0.18", features = ["serde"] } reqwest = { version = "0.11", features = ["json"] } serde = { version = "1", features = ["derive"] } serde_json = "1"