Bump futures from 0.3.24 to 0.3.25

Bumps [futures](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
  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] 2022-10-20 05:43:31 +00:00 committed by Dustin J. Mitchell
parent 2bd4c21e37
commit 6e5513d6f4
2 changed files with 19 additions and 19 deletions

View file

@ -12,7 +12,7 @@ uuid = { version = "^1.2.1", features = ["serde", "v4"] }
actix-web = "^3.3.2"
anyhow = "1.0"
thiserror = "1.0"
futures = "^0.3.24"
futures = "^0.3.25"
serde = "^1.0.145"
serde_json = "^1.0"
clap = { version = "^4.0.17", features = ["string"] }