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.67 to 0.1.68

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

---
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-04-14 09:21:34 +00:00
committed by Quentin Gliech
parent f232e57a93
commit b4913a2fe1
8 changed files with 13 additions and 13 deletions

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
tokio = { version = "1.26.0", features = ["fs", "rt"] }
tracing = { version = "0.1.37" }
async-trait = "0.1.67"
async-trait = "0.1.68"
thiserror = "1.0.40"
anyhow = "1.0.69"