diff --git a/Cargo.lock b/Cargo.lock index c8a65620..e34bc0bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,9 +275,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.58" +version = "0.1.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c" +checksum = "31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364" dependencies = [ "proc-macro2", "quote", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 921fb48b..18f9ab6f 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -async-trait = "0.1.58" +async-trait = "0.1.59" axum = { version = "0.6.0", features = ["headers"] } axum-extra = { version = "0.4.0", features = ["cookie-private"] } bincode = "1.3.3" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index f00cdf3e..8504436c 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] tokio = { version = "1.22.0", features = [] } tracing = { version = "0.1.37", features = ["log"] } -async-trait = "0.1.58" +async-trait = "0.1.59" thiserror = "1.0.37" anyhow = "1.0.66" diff --git a/crates/email/Cargo.toml b/crates/email/Cargo.toml index e3a9ee42..36698ad0 100644 --- a/crates/email/Cargo.toml +++ b/crates/email/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.66" -async-trait = "0.1.58" +async-trait = "0.1.59" tokio = { version = "1.22.0", features = ["macros"] } tracing = "0.1.37" diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index 65c3b0b8..e15c8294 100644 --- a/crates/iana-codegen/Cargo.toml +++ b/crates/iana-codegen/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.66" -async-trait = "0.1.58" +async-trait = "0.1.59" camino = "1.1.1" convert_case = "0.6.0" csv = "1.1.6" diff --git a/crates/tasks/Cargo.toml b/crates/tasks/Cargo.toml index 2be6311f..41532389 100644 --- a/crates/tasks/Cargo.toml +++ b/crates/tasks/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] tokio = "1.22.0" -async-trait = "0.1.58" +async-trait = "0.1.59" tokio-stream = "0.1.11" futures-util = "0.3.25" tracing = "0.1.37"