Skip to content

Commit

Permalink
Upgrade jsonprsee to 0.24.2 (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen-stig authored Aug 12, 2024
1 parent 2bbf453 commit 1579079
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 36 deletions.
62 changes: 28 additions & 34 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ categories = [
[dependencies]
async-trait = "0.1.80"
celestia-types = { workspace = true }
jsonrpsee = { version = "0.23.1", features = ["client-core", "macros"] }
jsonrpsee = { version = "0.24.2", features = ["client-core", "macros"] }
serde = { version = "1.0.203", features = ["derive"] }
thiserror = "1.0.61"
tracing = "0.1.40"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
http = "1.1.0"
jsonrpsee = { version = "0.23.1", features = ["http-client", "ws-client"] }
jsonrpsee = { version = "0.24.2", features = ["http-client", "ws-client"] }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
libp2p = { workspace = true, features = [
Expand Down

0 comments on commit 1579079

Please sign in to comment.