Skip to content

Commit

Permalink
Update jsonrpsee 0.16.2 (#876)
Browse files Browse the repository at this point in the history
* Update jsonrpsee 0.16.2

* fix clippy

* fix clippy
  • Loading branch information
zjb0807 authored Jan 16, 2023
1 parent 0811818 commit 6c3ec8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Cargo.dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ members = [
"oracle/rpc",
"oracle/rpc/runtime-api",
"tokens",
"tokens/rpc",
"tokens/rpc/runtime-api",
"traits",
"utilities",
"vesting",
Expand Down
2 changes: 1 addition & 1 deletion oracle/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "RPC module for orml-oracle."

[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }
jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
jsonrpsee = { version = "0.16.2", features = ["client", "server", "macros"] }
tracing = { version = "0.1.29" }
tracing-core = { version = "0.1.28" }

Expand Down
2 changes: 1 addition & 1 deletion tokens/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }
jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
jsonrpsee = { version = "0.16.2", features = ["client", "server", "macros"] }
tracing = { version = "0.1.29" }
tracing-core = { version = "0.1.28" }

Expand Down

0 comments on commit 6c3ec8d

Please sign in to comment.