You've already forked authentication-service
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.73 to 0.1.74
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.73 to 0.1.74. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.73...0.1.74) --- 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:
committed by
Quentin Gliech
parent
84226ca13b
commit
75a94c34ff
@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.73"
|
||||
async-trait = "0.1.74"
|
||||
axum = { version = "0.6.20", features = ["headers"] }
|
||||
axum-extra = { version = "0.8.0", features = ["cookie-private", "cookie-key-expansion"] }
|
||||
chrono.workspace = true
|
||||
|
@ -10,7 +10,7 @@ repository.workspace = true
|
||||
[dependencies]
|
||||
tokio = { version = "1.33.0", features = ["fs", "rt"] }
|
||||
tracing.workspace = true
|
||||
async-trait = "0.1.73"
|
||||
async-trait = "0.1.74"
|
||||
|
||||
thiserror.workspace = true
|
||||
anyhow.workspace = true
|
||||
|
@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.73"
|
||||
async-trait = "0.1.74"
|
||||
tracing.workspace = true
|
||||
thiserror.workspace = true
|
||||
headers = "0.3.9"
|
||||
|
@ -10,7 +10,7 @@ repository.workspace = true
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
async-graphql = { version = "6.0.7", features = ["chrono", "url"] }
|
||||
async-trait = "0.1.73"
|
||||
async-trait = "0.1.74"
|
||||
chrono.workspace = true
|
||||
lettre = { version = "0.10.4", default-features = false }
|
||||
serde.workspace = true
|
||||
|
@ -9,7 +9,7 @@ repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
async-trait = "0.1.73"
|
||||
async-trait = "0.1.74"
|
||||
camino.workspace = true
|
||||
convert_case = "0.6.0"
|
||||
csv = "1.3.0"
|
||||
|
@ -9,7 +9,7 @@ repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
async-trait = "0.1.73"
|
||||
async-trait = "0.1.74"
|
||||
http.workspace = true
|
||||
serde.workspace = true
|
||||
tower = { version = "0.4.13", features = ["util"] }
|
||||
|
@ -10,7 +10,7 @@ repository.workspace = true
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
serde.workspace = true
|
||||
async-trait = "0.1.73"
|
||||
async-trait = "0.1.74"
|
||||
http.workspace = true
|
||||
tokio = { version = "1.33.0", features = ["sync", "macros", "rt"] }
|
||||
url.workspace = true
|
||||
|
@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.73"
|
||||
async-trait = "0.1.74"
|
||||
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "json", "uuid", "ipnetwork"] }
|
||||
sea-query = { version = "0.30.2", features = ["derive", "attr", "with-uuid", "with-chrono", "postgres-array"] }
|
||||
sea-query-binder = { version = "0.5.0", features = ["sqlx-postgres", "with-uuid", "with-chrono", "postgres-array"] }
|
||||
|
@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.73"
|
||||
async-trait = "0.1.74"
|
||||
chrono.workspace = true
|
||||
thiserror.workspace = true
|
||||
futures-util = "0.3.28"
|
||||
|
@ -12,7 +12,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.73"
|
||||
async-trait = "0.1.74"
|
||||
chrono.workspace = true
|
||||
event-listener = "3.0.0"
|
||||
futures-lite = "1.13.0"
|
||||
|
Reference in New Issue
Block a user