Skip to content

Commit

Permalink
chore: bump jsonrpsee 0.20 (#4181)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Aug 14, 2023
1 parent dfdfea8 commit 957f9f4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 52 deletions.
82 changes: 33 additions & 49 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ pin-project = "1.0.12"
futures-util = "0.3.25"

## json
jsonrpsee = { version = "0.19" }
jsonrpsee-core = { version = "0.19" }
jsonrpsee-types = { version = "0.19" }
jsonrpsee = { version = "0.20" }
jsonrpsee-core = { version = "0.20" }
jsonrpsee-types = { version = "0.20" }

## crypto
secp256k1 = { version = "0.27.0", default-features = false, features = ["global-context", "rand-std", "recovery"] }
Expand Down

0 comments on commit 957f9f4

Please sign in to comment.