build(deps): bump futures-core from 0.3.23 to 0.3.24 (#4998)

Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.23 to 0.3.24.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.23...0.3.24)

---
updated-dependencies:
- dependency-name: futures-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-02 21:09:56 +00:00 committed by GitHub
parent 66ea40f215
commit 6f5742fe4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1715,9 +1715,9 @@ dependencies = [
[[package]] [[package]]
name = "futures-core" name = "futures-core"
version = "0.3.23" version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2acedae88d38235936c3922476b10fced7b2b68136f5e3c03c2d5be348a1115" checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf"
[[package]] [[package]]
name = "futures-executor" name = "futures-executor"

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies] [dependencies]
futures = "0.3.23" futures = "0.3.23"
futures-core = "0.3.23" futures-core = "0.3.24"
pin-project = "1.0.10" pin-project = "1.0.10"
rayon = "1.5.3" rayon = "1.5.3"
tokio = { version = "1.20.1", features = ["time", "sync", "tracing", "macros"] } tokio = { version = "1.20.1", features = ["time", "sync", "tracing", "macros"] }

View File

@ -8,7 +8,7 @@ edition = "2021"
[dependencies] [dependencies]
pin-project = "0.4.29" pin-project = "0.4.29"
tower = "0.4.13" tower = "0.4.13"
futures-core = "0.3.23" futures-core = "0.3.24"
tracing = "0.1.31" tracing = "0.1.31"
[dev-dependencies] [dev-dependencies]