build(deps): bump futures-core from 0.3.27 to 0.3.28 (#6441)

Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.27 to 0.3.28.
- [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.27...0.3.28)

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

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] 2023-04-02 23:28:02 +00:00 committed by GitHub
parent 13b05c170a
commit 0693bbeea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1533,9 +1533,9 @@ dependencies = [
[[package]]
name = "futures-core"
version = "0.3.27"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
[[package]]
name = "futures-executor"

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
futures = "0.3.27"
futures-core = "0.3.27"
futures-core = "0.3.28"
pin-project = "1.0.12"
rayon = "1.7.0"
tokio = { version = "1.27.0", features = ["time", "sync", "tracing", "macros"] }

View File

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
pin-project = "1.0.12"
tower = "0.4.13"
futures-core = "0.3.27"
futures-core = "0.3.28"
tracing = "0.1.37"
[dev-dependencies]