Skip to content

Commit

Permalink
deps: bump jsonrpsee
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaslong committed Feb 12, 2022
1 parent ae5ebd5 commit 0dcac9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ tui = "0.17.0"
version = "0.4"

[dependencies.jsonrpsee]
version = "0.8"
version = "0.9"
optional = true
features = [ "http-server" ]

Expand Down Expand Up @@ -143,7 +143,7 @@ tui = "0.17.0"
features = [ "env-filter", "parking_lot" ]

[dev-dependencies.jsonrpsee]
version = "0.8"
version = "0.9"
features = [ "http-client" ]

[dev-dependencies.rand_chacha]
Expand Down

0 comments on commit 0dcac9e

Please sign in to comment.