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.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:
committed by
Quentin Gliech
parent
2f3042aa92
commit
aec9c84e24
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -474,9 +474,9 @@ checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
|
||||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
version = "0.1.72"
|
||||
version = "0.1.73"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09"
|
||||
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"] }
|
||||
|
@ -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
|
||||
|
@ -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"] }
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user