Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Companion for paritytech/cumulus#1253
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Jun 23, 2022
1 parent 2ae5cf1 commit 4f046ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async-trait = { version = "0.1" }
clap = { version = "3.1", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.1" }
futures = { version = "0.3" }
jsonrpsee = { version = "0.12", features = ["server"] }
jsonrpsee = { version = "0.13", features = ["server"] }
log = { version = "0.4" }
serde = { version = "1.0", features = ["derive"] }
tempfile = { version = "3.3" }
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "5.2.1"

[dependencies]
# crates.io
jsonrpsee = { version = "0.12", features = ["server"] }
jsonrpsee = { version = "0.13", features = ["server"] }
# darwinia-network
dc-primitives = { path = "../primitives" }
# paritytech
Expand Down

0 comments on commit 4f046ea

Please sign in to comment.