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"