build(deps): bump futures-core from 0.3.25 to 0.3.26 (#6059)

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

---
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-02-01 01:00:57 +00:00 committed by GitHub
parent 9b61643df2
commit f2ce106cc1
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

@ -1432,9 +1432,9 @@ dependencies = [
[[package]]
name = "futures-core"
version = "0.3.25"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
[[package]]
name = "futures-executor"

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
futures = "0.3.25"
futures-core = "0.3.25"
futures-core = "0.3.26"
pin-project = "1.0.12"
rayon = "1.6.1"
tokio = { version = "1.25.0", features = ["time", "sync", "tracing", "macros"] }

View File

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
pin-project = "0.4.29"
tower = "0.4.13"
futures-core = "0.3.25"
futures-core = "0.3.26"
tracing = "0.1.37"
[dev-dependencies]