Skip to content

Commit e52ef87

Browse files
Bump jsonrpsee from 0.24.9 to 0.25.1 in /backend
Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.24.9 to 0.25.1. - [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.25.1) --- updated-dependencies: - dependency-name: jsonrpsee dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9853a6 commit e52ef87

2 files changed

Lines changed: 84 additions & 16 deletions

File tree

backend/Cargo.lock

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

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
clap = { version = "4.5", features = [ "derive" ] }
1111
dotenvy = { version = "0.15" }
1212
hex = { version = "0.4" }
13-
jsonrpsee = { version = "0.24", features = [ "http-client" ] }
13+
jsonrpsee = { version = "0.25", features = [ "http-client" ] }
1414
reqwest = { version = "0.12.22", features = [ "json" ] }
1515
serde = { version = "1", features = [ "derive" ] }
1616
serde_json = { version = "1.0", default-features = false, features = [

0 commit comments

Comments
 (0)