We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d14ff commit 20969f3Copy full SHA for 20969f3
oracle/rpc/Cargo.toml
@@ -8,7 +8,7 @@ description = "RPC module for orml-oracle."
8
9
[dependencies]
10
codec = { package = "parity-scale-codec", version = "3.0.0" }
11
-jsonrpsee = { version = "0.14.0", features = ["server", "macros"] }
+jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
12
tracing = { version = "0.1.29" }
13
tracing-core = { version = "0.1.28" }
14
tokens/rpc/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
0 commit comments