Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 8f80b62

Browse files
committed
Fix: Align zinit-client dependencies with jsonrpsee v0.25.1
1 parent 66a5cae commit 8f80b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zinit-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = ["ThreeFold Tech, https://github.com/threefoldtech"]
99
[dependencies]
1010
anyhow = "1.0"
1111
async-trait = "0.1.88"
12-
jsonrpsee = { version = "0.24.9", features = ["server", "client", "macros"] }
12+
jsonrpsee = { version = "0.25.1", features = ["macros", "http-client", "ws-client"] }
1313
reth-ipc = { git = "https://github.com/paradigmxyz/reth", package = "reth-ipc" }
1414
tokio = { version = "1.14.0", features = ["full"] }
1515
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)