Skip to content

Commit

Permalink
Merge pull request #1 from h4sh3d/udpate/monero-rs
Browse files Browse the repository at this point in the history
chore: update monero and monero-rpc deps
  • Loading branch information
TheCharlatan authored Jul 13, 2022
2 parents d7000c0 + cdeb11b commit c217b1d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
33 changes: 21 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fixed-hash = "0.7"
hex = "0.4"
http = "0.2"
jsonrpc-core = "18"
monero = { version = "0.16", features = ["serde_support"] }
monero = { version = "0.17", features = ["serde"] }
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand All @@ -26,4 +26,4 @@ uuid = { version = "0.8", features = ["v4"] }
# Async
rand = "0.8.4"
tokio = { version = "1.12.0", features = ["full"] }
monero-rpc = { git = "https://github.com/monero-ecosystem/monero-rpc-rs", branch = "master" }
monero-rpc = "0.1"

0 comments on commit c217b1d

Please sign in to comment.