Skip to content

Commit 4856c2c

Browse files
committed
Deps update
1 parent 69ede08 commit 4856c2c

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

Cargo.lock

Lines changed: 21 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subrpc-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde_json = "1.0"
1818
log = "0.4"
1919
env_logger = "0.10"
2020
tokio = { version = "1.19", features = ["rt"], default-features = false }
21-
jsonrpsee = { version = "0.19", git = "https://github.com/paritytech/jsonrpsee", features = [
21+
jsonrpsee = { version = "0.20", git = "https://github.com/paritytech/jsonrpsee", features = [
2222
"client",
2323
] }
2424
anyhow = "1.0"

0 commit comments

Comments
 (0)