Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit d374508

Browse files
Bump jsonrpsee from 0.16.2 to 0.19.0
Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.16.2 to 0.19.0. - [Release notes](https://github.com/paritytech/jsonrpsee/releases) - [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md) - [Commits](paritytech/jsonrpsee@v0.16.2...v0.19.0) --- updated-dependencies: - dependency-name: jsonrpsee dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 492e36c commit d374508

File tree

5 files changed

+143
-39
lines changed

5 files changed

+143
-39
lines changed

Cargo.lock

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

client/relay-chain-rpc-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tokio = { version = "1.30.0", features = ["sync"] }
2626
futures = "0.3.28"
2727
futures-timer = "3.0.2"
2828
parity-scale-codec = "3.6.4"
29-
jsonrpsee = { version = "0.16.2", features = ["ws-client"] }
29+
jsonrpsee = { version = "0.19.0", features = ["ws-client"] }
3030
tracing = "0.1.37"
3131
async-trait = "0.1.73"
3232
url = "2.4.0"

0 commit comments

Comments
 (0)