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.19.0
Browse files Browse the repository at this point in the history
Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.16.2 to 0.19.0.
- [Release notes](https://github.com/paritytech/jsonrpsee/releases)
- [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md)
- [Commits](paritytech/jsonrpsee@v0.16.2...v0.19.0)

---
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 Aug 9, 2023
1 parent e663850 commit 6e429dc
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 21 deletions.
138 changes: 118 additions & 20 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.3", 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.19", features = ["async-client", "jsonrpsee-client-transport", "ws-client"] }
lettre = { version = "0.10" }
parity-scale-codec = { version = "3.6" }
regex = { version = "1.9" }
Expand Down

0 comments on commit 6e429dc

Please sign in to comment.