From 1f0a51edbedbd4479da7e9d9acfffa156effe5e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:23:41 +0000 Subject: [PATCH] Update monero requirement from 0.19 to 0.20 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.19.0...v0.20.0) --- updated-dependencies: - dependency-name: monero dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 792b51b..3a4a9bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ serde_bytes = { version = "0.11", optional = true } [dev-dependencies] hex = "0.4" hex-literal = "0.4" -monero = "0.19" +monero = "0.20" rand = "0.8" serde = { version = "1", features = ["derive"] } serde_with = "3"