diff --git a/Cargo.lock b/Cargo.lock index 1f8732ceca..667d26e92a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,7 +213,7 @@ dependencies = [ "cfg-if", "concurrent-queue", "futures-io", - "futures-lite 2.0.1", + "futures-lite 2.1.0", "parking", "polling 3.3.0", "rustix 0.38.24", @@ -390,7 +390,7 @@ dependencies = [ "async-task", "fastrand 2.0.1", "futures-io", - "futures-lite 2.0.1", + "futures-lite 2.1.0", "piper", "tracing", ] @@ -450,7 +450,7 @@ dependencies = [ "fast-float", "fixed_decimal", "float-cmp", - "futures-lite 2.0.1", + "futures-lite 2.1.0", "hashbrown 0.14.3", "icu_calendar", "icu_casemap", @@ -1500,14 +1500,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", ] diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index 73f02c0027..f4525fd9cb 100644 --- a/boa_engine/Cargo.toml +++ b/boa_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.0.1" +futures-lite = "2.1.0" [target.x86_64-unknown-linux-gnu.dev-dependencies] jemallocator = "0.5.4"