Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 3c70571 commit 775e37c
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 47 deletions.
175 changes: 129 additions & 46 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 @@ -33,7 +33,7 @@ array-bytes = { version = "6.1" }
clap = { version = "4.4", features = ["derive"] }
color-eyre = { version = "0.6" }
futures = { version = "0.3" }
jsonrpsee = { version = "0.16", features = ["async-client", "jsonrpsee-client-transport", "ws-client"] }
jsonrpsee = { version = "0.20", features = ["async-client", "jsonrpsee-client-transport", "ws-client"] }
lettre = { version = "0.11" }
parity-scale-codec = { version = "3.6" }
regex = { version = "1.10" }
Expand Down

0 comments on commit 775e37c

Please sign in to comment.