Skip to content

Commit

Permalink
chore(deps): update monero requirement from 0.19 to 0.21
Browse files Browse the repository at this point in the history
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](monero-rs/monero-rs@v0.19.0...v0.21.0)

---
updated-dependencies:
- dependency-name: monero
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent 519878d commit 779f4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fixed-hash = "0.8"
hex = "0.4"
http = "0.2"
jsonrpc-core = "18"
monero = { version = "0.19", features = ["serde"] }
monero = { version = "0.21", features = ["serde"] }
reqwest = { version = "0.11", default-features = false, features = ["json", "socks"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit 779f4bf

Please sign in to comment.