Bump futures-util from 0.3.30 to 0.3.31

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-13 10:41:53 +00:00
committed by GitHub
parent 8c3723d16f
commit b1212b30ad
2 changed files with 26 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ semver = "1.0.23"
colored = "2.1.0"
once_cell = "1.20.0"
reqwest = { version = "0.12.7", features = ["stream"] }
futures-util = "0.3.30"
futures-util = "0.3.31"
indicatif = "0.17.8"
tokio = {version="1.40.0", features = ["rt-multi-thread", "macros"]}
simple-log = "2.1.0"