Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed Feb 27, 2023
1 parent 328dde0 commit 0b6276b
Showing 2 changed files with 39 additions and 134 deletions.
171 changes: 38 additions & 133 deletions Cargo.lock
2 changes: 1 addition & 1 deletion relays/client-substrate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ async-std = { version = "1.6.5", features = ["attributes"] }
async-trait = "0.1"
codec = { package = "parity-scale-codec", version = "3.1.5" }
futures = "0.3.26"
jsonrpsee = { version = "0.15", features = ["macros", "ws-client"] }
jsonrpsee = { version = "0.16", features = ["macros", "ws-client"] }
log = "0.4.17"
num-traits = "0.2"
rand = "0.8"

0 comments on commit 0b6276b

Please sign in to comment.