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 2.0.0 to 2.0.1

Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.0.0 to 2.0.1.
- [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/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: futures-lite
  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]
2023-11-06 08:34:41 +00:00
committed by Quentin Gliech
parent fa7a450e6d
commit 875b43f66a
2 changed files with 4 additions and 5 deletions

View File

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