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.72 to 0.1.73

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

---
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-08-23 13:20:31 +00:00
committed by Quentin Gliech
parent 2f3042aa92
commit aec9c84e24
11 changed files with 12 additions and 12 deletions

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
async-trait = "0.1.72"
async-trait = "0.1.73"
axum = { version = "0.6.20", features = ["headers"] }
axum-extra = { version = "0.7.7", features = ["cookie-private"] }
chrono.workspace = true

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
tokio = { version = "1.32.0", features = ["fs", "rt"] }
tracing.workspace = true
async-trait = "0.1.72"
async-trait = "0.1.73"
thiserror.workspace = true
anyhow.workspace = true

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
async-trait = "0.1.72"
async-trait = "0.1.73"
tracing.workspace = true
thiserror.workspace = true
headers = "0.3.8"

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
anyhow.workspace = true
async-graphql = { version = "6.0.4", features = ["chrono", "url"] }
async-trait = "0.1.72"
async-trait = "0.1.73"
chrono.workspace = true
lettre = { version = "0.10.4", default-features = false }
serde.workspace = true

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
anyhow.workspace = true
async-trait = "0.1.72"
async-trait = "0.1.73"
camino = "1.1.6"
convert_case = "0.6.0"
csv = "1.2.2"

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
anyhow.workspace = true
async-trait = "0.1.72"
async-trait = "0.1.73"
http.workspace = true
serde.workspace = true
tower = { version = "0.4.13", features = ["util"] }

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
anyhow.workspace = true
serde.workspace = true
async-trait = "0.1.72"
async-trait = "0.1.73"
http.workspace = true
tokio = { version = "1.32.0", features = ["sync", "macros", "rt"] }
url.workspace = true

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
async-trait = "0.1.72"
async-trait = "0.1.73"
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "json", "uuid"] }
sea-query = { version = "0.30.0", features = ["derive", "attr", "with-uuid", "with-chrono"] }
sea-query-binder = { version = "0.5.0", features = ["sqlx-postgres", "with-uuid", "with-chrono"] }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
async-trait = "0.1.72"
async-trait = "0.1.73"
chrono.workspace = true
thiserror.workspace = true
futures-util = "0.3.28"

View File

@ -10,7 +10,7 @@ anyhow.workspace = true
apalis-core = { version = "0.4.4", features = ["extensions", "tokio-comp", "storage"] }
apalis-cron = "0.4.4"
async-stream = "0.3.5"
async-trait = "0.1.72"
async-trait = "0.1.73"
chrono.workspace = true
event-listener = "2.5.3"
futures-lite = "1.13.0"