From cdf0a38f36b4d6b8a157bb7ed709b4723f793277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:35:19 -0500 Subject: [PATCH] Bump futures-lite from 2.1.0 to 2.2.0 (#3569) Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.1.0 to 2.2.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.2.0) --- updated-dependencies: - dependency-name: futures-lite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- core/engine/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f97c0f71f3..3544187339 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1419,9 +1419,9 @@ checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" [[package]] name = "futures-lite" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143" +checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" dependencies = [ "fastrand", "futures-core", diff --git a/core/engine/Cargo.toml b/core/engine/Cargo.toml index 2ef8e7e67f..8abdefb2d3 100644 --- a/core/engine/Cargo.toml +++ b/core/engine/Cargo.toml @@ -121,7 +121,7 @@ criterion = "0.5.1" float-cmp = "0.9.0" indoc.workspace = true textwrap.workspace = true -futures-lite = "2.1.0" +futures-lite = "2.2.0" [target.x86_64-unknown-linux-gnu.dev-dependencies] jemallocator = "0.5.4"