From beadabc56ade2b91f6dda9eca5cfc2784639fca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:04:24 +0000 Subject: [PATCH] build(deps): bump futures-lite from 2.0.1 to 2.1.0 Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.0.1 to 2.1.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.0.1...v2.1.0) --- updated-dependencies: - dependency-name: futures-lite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- node/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c427dd19f8..9c874eb25d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1234,7 +1234,7 @@ dependencies = [ "frame-benchmarking-cli", "frame-system", "futures", - "futures-lite 2.0.1", + "futures-lite 2.1.0", "hex", "jsonrpc-core", "jsonrpsee", @@ -2605,14 +2605,13 @@ dependencies = [ [[package]] name = "futures-lite" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3831c2651acb5177cbd83943f3d9c8912c5ad03c76afcc0e9511ba568ec5ebb" +checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143" dependencies = [ "fastrand 2.0.1", "futures-core", "futures-io", - "memchr", "parking", "pin-project-lite 0.2.13", ] diff --git a/node/Cargo.toml b/node/Cargo.toml index 396ed0b30e..4db54e7ba5 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.0.1" +futures-lite = "2.1.0" hex = { workspace = true } jsonrpc-core = { workspace = true } log = { workspace = true }