Skip to content

Commit

Permalink
Update deps including jsonrpsee to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed May 11, 2022
1 parent f95f346 commit 113e0af
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 52 deletions.
186 changes: 135 additions & 51 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 libs/wasm-loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.17.0"

[dependencies]
hex = "0.4"
jsonrpsee = {version = "0.10.1", git = "https://github.com/paritytech/jsonrpsee", tag = "v0.10.1", features = ["client"]}
jsonrpsee = {version = "0.13.0", git = "https://github.com/paritytech/jsonrpsee", features = ["client"]}
log = "0.4"
multibase = "0.9"
multihash = "0.16"
Expand Down

0 comments on commit 113e0af

Please sign in to comment.