Bump jsonrpsee from 0.12.0 to 0.13.0 (#555)
Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/paritytech/jsonrpsee/releases) - [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/jsonrpsee/compare/v0.12.0...v0.13.0 ) --- updated-dependencies: - dependency-name: jsonrpsee dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
... | ... | @@ -58,7 +58,7 @@ pallet-contracts-primitives = "6.0.0" |
subxt = "0.21.0" | ||
futures = "0.3.19" | ||
hex = "0.4.3" | ||
jsonrpsee = { version = "0.12.0", features = ["ws-client"] } | ||
jsonrpsee = { version = "0.13.0", features = ["ws-client"] } | ||
nom = "7.1.1" | ||
nom-supreme = { version = "0.7.0", features = ["error"] } | ||
indexmap = "1.8.1" | ||
... | ... |
Please register or sign in to comment