Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] authored Aug 2, 2022
1 parent 46aa387 commit 72e8d61
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 14 deletions.
104 changes: 91 additions & 13 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 @@ -55,7 +55,7 @@ sp-core = "6.0.0"
pallet-contracts-primitives = "6.0.0"
subxt = "0.22.0"
hex = "0.4.3"
jsonrpsee = { version = "0.14.0", features = ["ws-client"] }
jsonrpsee = { version = "0.15.1", features = ["ws-client"] }

[build-dependencies]
anyhow = "1.0.59"
Expand Down

0 comments on commit 72e8d61

Please sign in to comment.