Skip to content

Commit

Permalink
Bump jsonrpsee from 0.12.0 to 0.13.1 (MystenLabs#1946)
Browse files Browse the repository at this point in the history
* Bump jsonrpsee from 0.12.0 to 0.13.1

Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.12.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.12.0...v0.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* upgrade jsonrpsee-proc-macros from "0.12.0" to "0.13.1"
upgrade jsonrpsee-core from "0.12.0" to "0.13.1"

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: patrick <[email protected]>
  • Loading branch information
dependabot[bot] and patrickkuo authored May 16, 2022
1 parent e452a71 commit b48d190
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions sui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ narwhal-crypto = { git = "https://github.com/MystenLabs/narwhal", rev = "23745f4

once_cell = "1.10.0"

jsonrpsee = { version = "0.12.0", features = ["full"] }
jsonrpsee-proc-macros = "0.12.0"
jsonrpsee-core = "0.12.0"
jsonrpsee = { version = "0.13.1", features = ["full"] }
jsonrpsee-proc-macros = "0.13.1"
jsonrpsee-core = "0.13.1"
schemars = "0.8.8"
shell-words = "1.1.0"

Expand Down

0 comments on commit b48d190

Please sign in to comment.