Bump futures from 0.3.23 to 0.3.24

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

---
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-08-30 05:34:36 +00:00 committed by Dustin J. Mitchell
parent e96a89124d
commit a441418a5d
2 changed files with 19 additions and 19 deletions

View file

@ -12,7 +12,7 @@ uuid = { version = "^1.1.2", features = ["serde", "v4"] }
actix-web = "^3.3.2"
anyhow = "1.0"
thiserror = "1.0"
futures = "^0.3.23"
futures = "^0.3.24"
serde = "^1.0.144"
serde_json = "^1.0"
clap = "^3.2.10"