You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +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
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -470,9 +470,9 @@ checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-trait"
|
name = "async-trait"
|
||||||
version = "0.1.73"
|
version = "0.1.74"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
|
checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -8,7 +8,7 @@ homepage.workspace = true
|
|||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.73"
|
async-trait = "0.1.74"
|
||||||
axum = { version = "0.6.20", features = ["headers"] }
|
axum = { version = "0.6.20", features = ["headers"] }
|
||||||
axum-extra = { version = "0.8.0", features = ["cookie-private", "cookie-key-expansion"] }
|
axum-extra = { version = "0.8.0", features = ["cookie-private", "cookie-key-expansion"] }
|
||||||
chrono.workspace = true
|
chrono.workspace = true
|
||||||
|
@ -10,7 +10,7 @@ repository.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.33.0", features = ["fs", "rt"] }
|
tokio = { version = "1.33.0", features = ["fs", "rt"] }
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
async-trait = "0.1.73"
|
async-trait = "0.1.74"
|
||||||
|
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
|
@ -8,7 +8,7 @@ homepage.workspace = true
|
|||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.73"
|
async-trait = "0.1.74"
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
headers = "0.3.9"
|
headers = "0.3.9"
|
||||||
|
@ -10,7 +10,7 @@ repository.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
async-graphql = { version = "6.0.7", features = ["chrono", "url"] }
|
async-graphql = { version = "6.0.7", features = ["chrono", "url"] }
|
||||||
async-trait = "0.1.73"
|
async-trait = "0.1.74"
|
||||||
chrono.workspace = true
|
chrono.workspace = true
|
||||||
lettre = { version = "0.10.4", default-features = false }
|
lettre = { version = "0.10.4", default-features = false }
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
|
@ -9,7 +9,7 @@ repository.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
async-trait = "0.1.73"
|
async-trait = "0.1.74"
|
||||||
camino.workspace = true
|
camino.workspace = true
|
||||||
convert_case = "0.6.0"
|
convert_case = "0.6.0"
|
||||||
csv = "1.3.0"
|
csv = "1.3.0"
|
||||||
|
@ -9,7 +9,7 @@ repository.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
async-trait = "0.1.73"
|
async-trait = "0.1.74"
|
||||||
http.workspace = true
|
http.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
tower = { version = "0.4.13", features = ["util"] }
|
tower = { version = "0.4.13", features = ["util"] }
|
||||||
|
@ -10,7 +10,7 @@ repository.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
async-trait = "0.1.73"
|
async-trait = "0.1.74"
|
||||||
http.workspace = true
|
http.workspace = true
|
||||||
tokio = { version = "1.33.0", features = ["sync", "macros", "rt"] }
|
tokio = { version = "1.33.0", features = ["sync", "macros", "rt"] }
|
||||||
url.workspace = true
|
url.workspace = true
|
||||||
|
@ -8,7 +8,7 @@ homepage.workspace = true
|
|||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[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"] }
|
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 = { 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"] }
|
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
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.73"
|
async-trait = "0.1.74"
|
||||||
chrono.workspace = true
|
chrono.workspace = true
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
futures-util = "0.3.28"
|
futures-util = "0.3.28"
|
||||||
|
@ -12,7 +12,7 @@ anyhow.workspace = true
|
|||||||
apalis-core = { version = "0.4.4", features = ["extensions", "tokio-comp", "storage"] }
|
apalis-core = { version = "0.4.4", features = ["extensions", "tokio-comp", "storage"] }
|
||||||
apalis-cron = "0.4.4"
|
apalis-cron = "0.4.4"
|
||||||
async-stream = "0.3.5"
|
async-stream = "0.3.5"
|
||||||
async-trait = "0.1.73"
|
async-trait = "0.1.74"
|
||||||
chrono.workspace = true
|
chrono.workspace = true
|
||||||
event-listener = "3.0.0"
|
event-listener = "3.0.0"
|
||||||
futures-lite = "1.13.0"
|
futures-lite = "1.13.0"
|
||||||
|
Reference in New Issue
Block a user