From 8a4c3aeec2ea4dfc5e4c2fead3c13f7781dedade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:44:42 +0000 Subject: [PATCH] build(deps): bump futures-lite from 2.5.0 to 2.6.0 Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/futures-lite/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: futures-lite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- node/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }