Skip to content

Commit c217b1d

Browse files
authored
Merge pull request #1 from h4sh3d/udpate/monero-rs
chore: update monero and monero-rpc deps
2 parents d7000c0 + cdeb11b commit c217b1d

2 files changed

Lines changed: 23 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fixed-hash = "0.7"
1515
hex = "0.4"
1616
http = "0.2"
1717
jsonrpc-core = "18"
18-
monero = { version = "0.16", features = ["serde_support"] }
18+
monero = { version = "0.17", features = ["serde"] }
1919
reqwest = { version = "0.11", features = ["json"] }
2020
serde = { version = "1", features = ["derive"] }
2121
serde_json = "1"
@@ -26,4 +26,4 @@ uuid = { version = "0.8", features = ["v4"] }
2626
# Async
2727
rand = "0.8.4"
2828
tokio = { version = "1.12.0", features = ["full"] }
29-
monero-rpc = { git = "https://github.com/monero-ecosystem/monero-rpc-rs", branch = "master" }
29+
monero-rpc = "0.1"

0 commit comments

Comments
 (0)