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

Bump async-trait from 0.1.58 to 0.1.59

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

---
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]
2022-11-29 19:06:54 +00:00
committed by Quentin Gliech
parent e492d8c653
commit a9cbb41a97
6 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
tokio = "1.22.0"
async-trait = "0.1.58"
async-trait = "0.1.59"
tokio-stream = "0.1.11"
futures-util = "0.3.25"
tracing = "0.1.37"