From 548edc3fa975ee95d0719ec85805c8af49bfc9fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 16:17:42 +0200 Subject: [PATCH] Update monero requirement from 0.17 to 0.18 (#83) Updates the requirements on [monero](https://github.com/monero-rs/monero-rs) to permit the latest version. - [Release notes](https://github.com/monero-rs/monero-rs/releases) - [Changelog](https://github.com/monero-rs/monero-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/monero-rs/monero-rs/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: monero dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"