From b5c6e5d8db487bb4c72469708517b4b73b3f6ef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:29:51 +0000 Subject: [PATCH] build(deps): bump futures-lite from 2.1.0 to 2.3.0 Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.1.0 to 2.3.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.1.0...v2.3.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 2095bf5a3a..4de80b288b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1234,7 +1234,7 @@ dependencies = [ "frame-benchmarking-cli", "frame-system", "futures", - "futures-lite 2.1.0", + "futures-lite 2.3.0", "hex", "jsonrpc-core", "jsonrpsee", @@ -2604,9 +2604,9 @@ dependencies = [ [[package]] name = "futures-lite" -version = "2.1.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143" +checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" dependencies = [ "fastrand 2.0.1", "futures-core", diff --git a/node/Cargo.toml b/node/Cargo.toml index b0a6657bdb..b37337a8e9 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.1.0" +futures-lite = "2.3.0" hex = { workspace = true } jsonrpc-core = { workspace = true } log = { workspace = true }