build(deps): bump futures-util from 0.3.24 to 0.3.25 (#5441)

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

---
updated-dependencies:
- dependency-name: futures-util
  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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
This commit is contained in:
dependabot[bot] 2022-10-21 21:29:22 +00:00 committed by GitHub
parent 4f5539042e
commit 735ee21abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ once_cell = "1.15.0"
serde = { version = "1.0.145", features = ["serde_derive"] }
futures = "0.3.25"
futures-util = "0.3.24"
futures-util = "0.3.25"
metrics = "0.20.1"
thiserror = "1.0.37"
tokio = { version = "1.21.2", features = ["time", "sync", "tracing", "rt-multi-thread"] }