Skip to content

Commit

Permalink
chore: update jsonrpsee to 0.20 (#41)
Browse files Browse the repository at this point in the history
Change minimum jsonrpsee version for `rpc` to `0.20` and update it.
Tests and compilation pass on my machine.
  • Loading branch information
fl0rek authored Sep 4, 2023
1 parent 3ef6531 commit 0c30e53
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 27 deletions.
109 changes: 83 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
http = "0.2.9"
thiserror = "1.0.40"
jsonrpsee = { version = "0.18.2", features = ["http-client", "ws-client", "macros"] }
jsonrpsee = { version = "0.20", features = ["http-client", "ws-client", "macros"] }
celestia-types = { workspace = true }

[dev-dependencies]
Expand Down

0 comments on commit 0c30e53

Please sign in to comment.