Skip to content

Commit 20969f3

Browse files
authored
bump jsonrpsee to 0.15.1 (#801)
1 parent 18d14ff commit 20969f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oracle/rpc/Cargo.toml

+1-1
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.14.0", features = ["server", "macros"] }
11+
jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
1212
tracing = { version = "0.1.29" }
1313
tracing-core = { version = "0.1.28" }
1414

tokens/rpc/Cargo.toml

+1-1
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.14.0", features = ["server", "macros"] }
11+
jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
1212
tracing = { version = "0.1.29" }
1313
tracing-core = { version = "0.1.28" }
1414

0 commit comments

Comments
 (0)