Skip to content

Commit

Permalink
Bump jsonrpsee-types from 0.22.5 to 0.24.5 in /evm_loader
Browse files Browse the repository at this point in the history
Bumps [jsonrpsee-types](https://github.com/paritytech/jsonrpsee) from 0.22.5 to 0.24.5.
- [Release notes](https://github.com/paritytech/jsonrpsee/releases)
- [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md)
- [Commits](paritytech/jsonrpsee@v0.22.5...v0.24.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent e448ce0 commit 1d6e469
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion evm_loader/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 evm_loader/rpc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ thiserror = "1.0.63"
async-trait = "0.1.81"
jsonrpsee-core = "0.22.5"
jsonrpsee-http-client = "0.22.5"
jsonrpsee-types = "0.22.5"
jsonrpsee-types = "0.24.5"
tokio = { version = "1", features = ["full"] }
build-info = "0.0.37"

Expand Down

0 comments on commit 1d6e469

Please sign in to comment.