Skip to content

Commit 6c3ec8d

Browse files
authored
Update jsonrpsee 0.16.2 (#876)
* Update jsonrpsee 0.16.2 * fix clippy * fix clippy
1 parent 0811818 commit 6c3ec8d

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.dev.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ members = [
1212
"oracle/rpc",
1313
"oracle/rpc/runtime-api",
1414
"tokens",
15+
"tokens/rpc",
16+
"tokens/rpc/runtime-api",
1517
"traits",
1618
"utilities",
1719
"vesting",

oracle/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "RPC module for orml-oracle."
88

99
[dependencies]
1010
codec = { package = "parity-scale-codec", version = "3.0.0" }
11-
jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
11+
jsonrpsee = { version = "0.16.2", features = ["client", "server", "macros"] }
1212
tracing = { version = "0.1.29" }
1313
tracing-core = { version = "0.1.28" }
1414

tokens/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88

99
[dependencies]
1010
codec = { package = "parity-scale-codec", version = "3.0.0" }
11-
jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
11+
jsonrpsee = { version = "0.16.2", features = ["client", "server", "macros"] }
1212
tracing = { version = "0.1.29" }
1313
tracing-core = { version = "0.1.28" }
1414

0 commit comments

Comments
 (0)