Skip to content

Commit

Permalink
chore(deps): update monero requirement from 0.17 to 0.18 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 3, 2023
1 parent 37169b9 commit fc531e4
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.17", features = ["serde"] }
monero = { version = "0.18", features = ["serde"] }
reqwest = { version = "0.11", features = ["json", "socks"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit fc531e4

Please sign in to comment.