Skip to content

Commit 7e5282c

Browse files
build(deps): bump jsonrpsee from 0.16.2 to 0.22.5
Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.16.2 to 0.22.5. - [Release notes](https://github.com/paritytech/jsonrpsee/releases) - [Changelog](https://github.com/paritytech/jsonrpsee/blob/v0.22.5/CHANGELOG.md) - [Commits](paritytech/jsonrpsee@v0.16.2...v0.22.5) --- updated-dependencies: - dependency-name: jsonrpsee dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1930540 commit 7e5282c

File tree

2 files changed

+84
-77
lines changed

2 files changed

+84
-77
lines changed

Cargo.lock

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

swap/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ed25519-dalek = "1"
3232
futures = { version = "0.3", default-features = false }
3333
hex = "0.4"
3434
itertools = "0.13"
35-
jsonrpsee = { version = "0.16.2", features = [ "server" ] }
35+
jsonrpsee = { version = "0.22.5", features = [ "server" ] }
3636
jsonrpsee-core = "0.16.2"
3737
libp2p = { version = "0.42.2", default-features = false, features = [ "tcp-tokio", "yamux", "mplex", "dns-tokio", "noise", "request-response", "websocket", "ping", "rendezvous", "identify" ] }
3838
monero = { version = "0.12", features = [ "serde_support" ] }
@@ -80,7 +80,7 @@ zip = "0.5"
8080
bitcoin-harness = { git = "https://github.com/delta1/bitcoin-harness-rs.git", rev = "80cc8d05db2610d8531011be505b7bee2b5cdf9f" }
8181
get-port = "3"
8282
hyper = "1.3"
83-
jsonrpsee = { version = "0.16.2", features = [ "ws-client" ] }
83+
jsonrpsee = { version = "0.22.5", features = [ "ws-client" ] }
8484
mockito = "1.3.0"
8585
monero-harness = { path = "../monero-harness" }
8686
port_check = "0.2"

0 commit comments

Comments
 (0)