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

build(deps): bump futures-lite from 1.13.0 to 2.0.0

Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 1.13.0 to 2.0.0.
- [Release notes](https://github.com/smol-rs/futures-lite/releases)
- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/futures-lite/compare/v1.13.0...v2.0.0)

---
updated-dependencies:
- dependency-name: futures-lite
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-25 19:11:09 +00:00
committed by Quentin Gliech
parent 89b26784da
commit bca74ef7c3
2 changed files with 24 additions and 9 deletions

View File

@ -15,7 +15,7 @@ async-stream = "0.3.5"
async-trait = "0.1.74"
chrono.workspace = true
event-listener = "3.0.0"
futures-lite = "1.13.0"
futures-lite = "2.0.0"
rand.workspace = true
rand_chacha = "0.3.1"
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres"] }