Skip to content

Commit

Permalink
Bump jsonrpsee-core from 0.23.1 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [jsonrpsee-core](https://github.com/paritytech/jsonrpsee) from 0.23.1 to 0.24.0.
- [Release notes](https://github.com/paritytech/jsonrpsee/releases)
- [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md)
- [Commits](paritytech/jsonrpsee@v0.23.1...v0.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 0553d87 commit 13b3073
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 21 deletions.
64 changes: 45 additions & 19 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 subvt-substrate-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ chrono = "0.4"
frame-metadata = { version = "15.0", features = ["std", "v14"] }
hex = "0.4"
jsonrpsee = { version = "0.23", features = ["full"] }
jsonrpsee-core = "0.23"
jsonrpsee-core = "0.24"
jsonrpsee-types = "0.23"
log = { workspace = true }
parity-scale-codec = { version = "3.6", default-features = false, features = ["derive", "full"] }
Expand Down
2 changes: 1 addition & 1 deletion subvt-validator-details-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async-trait = "0.1"
bus = "2.4"
futures-util = "0.3"
jsonrpsee = { version = "0.23", features = ["full"] }
jsonrpsee-core = "0.23"
jsonrpsee-core = "0.24"
lazy_static = { workspace = true }
log = { workspace = true }
once_cell = "1"
Expand Down

0 comments on commit 13b3073

Please sign in to comment.