Browse Source

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

4
Cargo.lock generated

@ -1419,9 +1419,9 @@ checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
[[package]] [[package]]
name = "futures-lite" name = "futures-lite"
version = "2.1.0" version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143" checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
dependencies = [ dependencies = [
"fastrand", "fastrand",
"futures-core", "futures-core",

2
core/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.1.0" futures-lite = "2.2.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