Bump futures-util from 0.3.29 to 0.3.30

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

---
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]
2023-12-27 20:55:08 +00:00
committed by GitHub
parent 11f49cca32
commit 6ae5ff66f0
2 changed files with 13 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ rand = "0.8.5"
semver = "1.0.20"
colored = "2.1.0"
reqwest = { version = "0.11.23", features = ["stream"] }
futures-util = "0.3.29"
futures-util = "0.3.30"
indicatif = "0.17.7"
tokio = {version="1.35.1", features = ["rt-multi-thread", "macros"]}