diff --git a/Cargo.lock b/Cargo.lock index 13ee8c366..14cfce498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4574,9 +4574,9 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.24.7" +version = "0.24.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" +checksum = "834af00800e962dee8f7bfc0f60601de215e73e78e5497d733a2919da837d3c8" dependencies = [ "jsonrpsee-client-transport", "jsonrpsee-core", diff --git a/z2/Cargo.toml b/z2/Cargo.toml index aa9e6ce5d..0f21723fb 100644 --- a/z2/Cargo.toml +++ b/z2/Cargo.toml @@ -43,7 +43,7 @@ hex = "0.4.3" home = "0.5.11" indicatif = "0.17.9" itertools = "0.14.0" -jsonrpsee = {version = "0.24.7", features = ["client"]} +jsonrpsee = {version = "0.24.8", features = ["client"]} k256 = "0.13.4" lazy_static = "1.5.0" libp2p = { git = "https://github.com/libp2p/rust-libp2p.git", rev = "930118ef5a6566f058d22e1614a8e96b4c287262", features = ["identify"]} diff --git a/zilliqa/Cargo.toml b/zilliqa/Cargo.toml index 2553107fe..61ce046de 100644 --- a/zilliqa/Cargo.toml +++ b/zilliqa/Cargo.toml @@ -43,7 +43,7 @@ hex = { version = "0.4.3", features = ["serde"] } http = "1.2.0" hyper = "1.5.2" itertools = "0.14.0" -jsonrpsee = { version = "0.24.7", features = ["jsonrpsee-http-client", "server"] } +jsonrpsee = { version = "0.24.8", features = ["jsonrpsee-http-client", "server"] } k256 = {version = "0.13.4", features = ["serde", "pem"] } libp2p = { git = "https://github.com/libp2p/rust-libp2p.git", rev = "930118ef5a6566f058d22e1614a8e96b4c287262", features = ["cbor", "dns", "gossipsub", "macros", "tokio", "request-response", "kad", "identify", "serde", "autonat", "tcp", "noise", "yamux"] } lru = "0.13"