Skip to content

Commit

Permalink
Update monero requirement from 0.17 to 0.18
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.17.0...v0.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2022
1 parent 366401b commit 7a74481
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 @@ -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"
Expand Down

0 comments on commit 7a74481

Please sign in to comment.