1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

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-09-02 19:52:01 +00:00
committed by Quentin Gliech
parent 73e84766f9
commit 7ece3770ee
2 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
tokio = { version = "1.20.1", features = ["full"] }
futures = "0.3.23"
futures = "0.3.24"
anyhow = "1.0.62"
clap = { version = "3.2.18", features = ["derive"] }
dotenv = "0.15.0"