Skip to content

Commit

Permalink
build(deps): bump jsonrpsee from 0.24.7 to 0.24.8 (#2266)
Browse files Browse the repository at this point in the history
Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.24.7 to 0.24.8.
- [Release notes](https://github.com/paritytech/jsonrpsee/releases)
- [Changelog](https://github.com/paritytech/jsonrpsee/blob/v0.24.8/CHANGELOG.md)
- [Commits](paritytech/jsonrpsee@v0.24.7...v0.24.8)

---
updated-dependencies:
- dependency-name: jsonrpsee
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent e068346 commit 33f3086
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion z2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ hex = "0.4.3"
home = "0.5.11"
indicatif = "0.17.9"
itertools = "0.14.0"
jsonrpsee = {version = "0.24.7", features = ["client"]}
jsonrpsee = {version = "0.24.8", features = ["client"]}
k256 = "0.13.4"
lazy_static = "1.5.0"
libp2p = { git = "https://github.com/libp2p/rust-libp2p.git", rev = "930118ef5a6566f058d22e1614a8e96b4c287262", features = ["identify"]}
Expand Down
2 changes: 1 addition & 1 deletion zilliqa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ hex = { version = "0.4.3", features = ["serde"] }
http = "1.2.0"
hyper = "1.5.2"
itertools = "0.14.0"
jsonrpsee = { version = "0.24.7", features = ["jsonrpsee-http-client", "server"] }
jsonrpsee = { version = "0.24.8", features = ["jsonrpsee-http-client", "server"] }
k256 = {version = "0.13.4", features = ["serde", "pem"] }
libp2p = { git = "https://github.com/libp2p/rust-libp2p.git", rev = "930118ef5a6566f058d22e1614a8e96b4c287262", features = ["cbor", "dns", "gossipsub", "macros", "tokio", "request-response", "kad", "identify", "serde", "autonat", "tcp", "noise", "yamux"] }
lru = "0.13"
Expand Down

0 comments on commit 33f3086

Please sign in to comment.