Browse Source

Bump futures-lite from 2.2.0 to 2.3.0 (#3748)

Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.2.0 to 2.3.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.2.0...v2.3.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/3745/head
dependabot[bot] 8 months ago committed by GitHub
parent
commit
9bc1195d39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 20
      Cargo.lock
  2. 2
      core/engine/Cargo.toml

20
Cargo.lock generated

@ -158,7 +158,7 @@ dependencies = [
"async-task", "async-task",
"concurrent-queue", "concurrent-queue",
"fastrand 2.0.1", "fastrand 2.0.1",
"futures-lite 2.2.0", "futures-lite 2.3.0",
"slab", "slab",
] ]
@ -170,7 +170,7 @@ checksum = "bc19683171f287921f2405677dd2ed2549c3b3bda697a563ebc3a121ace2aba1"
dependencies = [ dependencies = [
"async-lock 3.3.0", "async-lock 3.3.0",
"blocking", "blocking",
"futures-lite 2.2.0", "futures-lite 2.3.0",
] ]
[[package]] [[package]]
@ -183,7 +183,7 @@ dependencies = [
"cfg-if", "cfg-if",
"concurrent-queue", "concurrent-queue",
"futures-io", "futures-io",
"futures-lite 2.2.0", "futures-lite 2.3.0",
"parking", "parking",
"polling 3.5.0", "polling 3.5.0",
"rustix", "rustix",
@ -220,7 +220,7 @@ checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
dependencies = [ dependencies = [
"async-io", "async-io",
"blocking", "blocking",
"futures-lite 2.2.0", "futures-lite 2.3.0",
] ]
[[package]] [[package]]
@ -236,7 +236,7 @@ dependencies = [
"blocking", "blocking",
"cfg-if", "cfg-if",
"event-listener 5.2.0", "event-listener 5.2.0",
"futures-lite 2.2.0", "futures-lite 2.3.0",
"rustix", "rustix",
"windows-sys 0.52.0", "windows-sys 0.52.0",
] ]
@ -342,7 +342,7 @@ dependencies = [
"async-task", "async-task",
"fastrand 2.0.1", "fastrand 2.0.1",
"futures-io", "futures-io",
"futures-lite 2.2.0", "futures-lite 2.3.0",
"piper", "piper",
"tracing", "tracing",
] ]
@ -400,7 +400,7 @@ dependencies = [
"fast-float", "fast-float",
"fixed_decimal", "fixed_decimal",
"float-cmp", "float-cmp",
"futures-lite 2.2.0", "futures-lite 2.3.0",
"hashbrown 0.14.3", "hashbrown 0.14.3",
"icu_calendar", "icu_calendar",
"icu_casemap", "icu_casemap",
@ -1508,9 +1508,9 @@ dependencies = [
[[package]] [[package]]
name = "futures-lite" name = "futures-lite"
version = "2.2.0" version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
dependencies = [ dependencies = [
"fastrand 2.0.1", "fastrand 2.0.1",
"futures-core", "futures-core",
@ -3499,7 +3499,7 @@ dependencies = [
"async-net", "async-net",
"async-process", "async-process",
"blocking", "blocking",
"futures-lite 2.2.0", "futures-lite 2.3.0",
] ]
[[package]] [[package]]

2
core/engine/Cargo.toml

@ -136,7 +136,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.2.0" futures-lite = "2.3.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