Skip to content

Commit 912c2ae

Browse files
Bump jsonrpsee-core from 0.24.9 to 0.26.0
Bumps [jsonrpsee-core](https://github.com/paritytech/jsonrpsee) from 0.24.9 to 0.26.0. - [Release notes](https://github.com/paritytech/jsonrpsee/releases) - [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md) - [Commits](paritytech/jsonrpsee@v0.24.9...v0.26.0) --- updated-dependencies: - dependency-name: jsonrpsee-core dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b431e1c commit 912c2ae

File tree

2 files changed

+40
-14
lines changed

2 files changed

+40
-14
lines changed

Cargo.lock

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

subvt-validator-details-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async-trait = "0.1"
1212
bus = "2.4"
1313
futures-util = "0.3"
1414
jsonrpsee = { version = "0.24", features = ["full"] }
15-
jsonrpsee-core = "0.24"
15+
jsonrpsee-core = "0.26"
1616
lazy_static = { workspace = true }
1717
log = { workspace = true }
1818
once_cell = "1"

0 commit comments

Comments
 (0)