Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2022
1 parent 824c2f6 commit 3966ac8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0", features = ["ws-client"] }
jsonrpsee = { version = "0.13.1", features = ["ws-client"] }
nom = "7.1.1"
nom-supreme = { version = "0.7.0", features = ["error"] }
indexmap = "1.8.1"
Expand Down

0 comments on commit 3966ac8

Please sign in to comment.