diff --git a/Cargo.lock b/Cargo.lock index f61e5eb86..d89c3e4f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1234,7 +1234,7 @@ dependencies = [ "frame-benchmarking-cli", "frame-system", "futures", - "futures-lite 2.5.0", + "futures-lite 2.6.0", "hex", "jsonrpc-core", "jsonrpsee", @@ -2604,9 +2604,9 @@ dependencies = [ [[package]] name = "futures-lite" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" +checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" dependencies = [ "fastrand 2.0.1", "futures-core", diff --git a/node/Cargo.toml b/node/Cargo.toml index ea5a33d4a..3d0653642 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -24,7 +24,7 @@ creditcoin-node-rpc = { path = "./rpc" } creditcoin-node-runtime = { workspace = true } frame-benchmarking = { features = ["std"], workspace = true } frame-benchmarking-cli = { workspace = true } -futures-lite = "2.5.0" +futures-lite = "2.6.0" hex = { workspace = true } jsonrpc-core = { workspace = true } log = { workspace = true }