diff --git a/Cargo.lock b/Cargo.lock index d577dbb1e..dd5d1a8a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -470,9 +470,9 @@ checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" [[package]] name = "async-trait" -version = "0.1.73" +version = "0.1.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" +checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" dependencies = [ "proc-macro2", "quote", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index faf45c00a..a2041e489 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -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 diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index d858b2c8b..ab2444d5a 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -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 diff --git a/crates/email/Cargo.toml b/crates/email/Cargo.toml index 3ac944782..d49e669e3 100644 --- a/crates/email/Cargo.toml +++ b/crates/email/Cargo.toml @@ -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" diff --git a/crates/graphql/Cargo.toml b/crates/graphql/Cargo.toml index 0bae42491..c1c7994d3 100644 --- a/crates/graphql/Cargo.toml +++ b/crates/graphql/Cargo.toml @@ -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 diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index 4fa275912..58db0d6bf 100644 --- a/crates/iana-codegen/Cargo.toml +++ b/crates/iana-codegen/Cargo.toml @@ -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" diff --git a/crates/matrix-synapse/Cargo.toml b/crates/matrix-synapse/Cargo.toml index dc13bbb57..7a1831a01 100644 --- a/crates/matrix-synapse/Cargo.toml +++ b/crates/matrix-synapse/Cargo.toml @@ -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"] } diff --git a/crates/matrix/Cargo.toml b/crates/matrix/Cargo.toml index 8bd3e0666..8326a424a 100644 --- a/crates/matrix/Cargo.toml +++ b/crates/matrix/Cargo.toml @@ -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 diff --git a/crates/storage-pg/Cargo.toml b/crates/storage-pg/Cargo.toml index f8591527e..4523ada27 100644 --- a/crates/storage-pg/Cargo.toml +++ b/crates/storage-pg/Cargo.toml @@ -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"] } diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index ebed448b9..17f595d53 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -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" diff --git a/crates/tasks/Cargo.toml b/crates/tasks/Cargo.toml index 7a5b2c92f..145458f9d 100644 --- a/crates/tasks/Cargo.toml +++ b/crates/tasks/Cargo.toml @@ -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"