Skip to content

Commit c5a71f9

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

File tree

2 files changed

+41
-15
lines changed

2 files changed

+41
-15
lines changed

Cargo.lock

+40-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ futures = { version = "0.3", default-features = false }
3333
hex = "0.4"
3434
itertools = "0.13"
3535
jsonrpsee = { version = "0.16.2", features = [ "server" ] }
36-
jsonrpsee-core = "0.16.2"
36+
jsonrpsee-core = "0.24.7"
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" ] }
3939
monero-rpc = { path = "../monero-rpc" }

0 commit comments

Comments
 (0)