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

Bump futures-util from 0.3.23 to 0.3.24

Bumps [futures-util](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-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]
2022-09-02 13:48:49 +00:00
committed by Quentin Gliech
parent dca662da65
commit a333e747b2
5 changed files with 18 additions and 18 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
tokio = "1.20.1"
async-trait = "0.1.57"
tokio-stream = "0.1.9"
futures-util = "0.3.23"
futures-util = "0.3.24"
tracing = "0.1.36"
sqlx = { version = "0.6.1", features = ["runtime-tokio-rustls", "postgres"] }