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 async-trait from 0.1.71 to 0.1.72

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.71 to 0.1.72.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.71...0.1.72)

---
updated-dependencies:
- dependency-name: async-trait
  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-07-21 19:53:48 +00:00
committed by Quentin Gliech
parent cc24a56d07
commit 48c15b9127
11 changed files with 12 additions and 12 deletions

View File

@ -10,7 +10,7 @@ anyhow = "1.0.72"
apalis-core = { version = "0.4.2", features = ["extensions", "tokio-comp", "storage"] }
apalis-cron = "0.4.2"
async-stream = "0.3.5"
async-trait = "0.1.71"
async-trait = "0.1.72"
chrono = "0.4.26"
event-listener = "2.5.3"
futures-lite = "1.13.0"