Browse Source

Bump futures-lite from 2.0.1 to 2.1.0 (#3498)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/2767/head
dependabot[bot] 11 months ago committed by GitHub
parent
commit
4df1048fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      Cargo.lock
  2. 2
      boa_engine/Cargo.toml

11
Cargo.lock generated

@ -213,7 +213,7 @@ dependencies = [
"cfg-if", "cfg-if",
"concurrent-queue", "concurrent-queue",
"futures-io", "futures-io",
"futures-lite 2.0.1", "futures-lite 2.1.0",
"parking", "parking",
"polling 3.3.0", "polling 3.3.0",
"rustix 0.38.24", "rustix 0.38.24",
@ -390,7 +390,7 @@ dependencies = [
"async-task", "async-task",
"fastrand 2.0.1", "fastrand 2.0.1",
"futures-io", "futures-io",
"futures-lite 2.0.1", "futures-lite 2.1.0",
"piper", "piper",
"tracing", "tracing",
] ]
@ -450,7 +450,7 @@ dependencies = [
"fast-float", "fast-float",
"fixed_decimal", "fixed_decimal",
"float-cmp", "float-cmp",
"futures-lite 2.0.1", "futures-lite 2.1.0",
"hashbrown 0.14.3", "hashbrown 0.14.3",
"icu_calendar", "icu_calendar",
"icu_casemap", "icu_casemap",
@ -1500,14 +1500,13 @@ dependencies = [
[[package]] [[package]]
name = "futures-lite" name = "futures-lite"
version = "2.0.1" version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3831c2651acb5177cbd83943f3d9c8912c5ad03c76afcc0e9511ba568ec5ebb" checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143"
dependencies = [ dependencies = [
"fastrand 2.0.1", "fastrand 2.0.1",
"futures-core", "futures-core",
"futures-io", "futures-io",
"memchr",
"parking", "parking",
"pin-project-lite", "pin-project-lite",
] ]

2
boa_engine/Cargo.toml

@ -121,7 +121,7 @@ criterion = "0.5.1"
float-cmp = "0.9.0" float-cmp = "0.9.0"
indoc.workspace = true indoc.workspace = true
textwrap.workspace = true textwrap.workspace = true
futures-lite = "2.0.1" futures-lite = "2.1.0"
[target.x86_64-unknown-linux-gnu.dev-dependencies] [target.x86_64-unknown-linux-gnu.dev-dependencies]
jemallocator = "0.5.4" jemallocator = "0.5.4"

Loading…
Cancel
Save