From e484aa17126d8bb97ed68c4ed8a6bd99dfa04025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 19:05:08 +0000 Subject: [PATCH] Bump async-trait from 0.1.59 to 0.1.60 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.59 to 0.1.60. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.59...0.1.60) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/axum-utils/Cargo.toml | 2 +- crates/config/Cargo.toml | 2 +- crates/email/Cargo.toml | 2 +- crates/iana-codegen/Cargo.toml | 2 +- crates/tasks/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50861300..29302eda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,9 +275,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.59" +version = "0.1.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364" +checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3" dependencies = [ "proc-macro2", "quote", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 061393ef..831efd32 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.59" +async-trait = "0.1.60" axum = { version = "0.6.1", features = ["headers"] } axum-extra = { version = "0.4.2", features = ["cookie-private"] } chrono = "0.4.23" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index d4af329d..e3385160 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] tokio = { version = "1.23.0", features = ["fs", "rt"] } tracing = { version = "0.1.37" } -async-trait = "0.1.59" +async-trait = "0.1.60" thiserror = "1.0.37" anyhow = "1.0.68" diff --git a/crates/email/Cargo.toml b/crates/email/Cargo.toml index b7099188..64a0e0a8 100644 --- a/crates/email/Cargo.toml +++ b/crates/email/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -async-trait = "0.1.59" +async-trait = "0.1.60" tracing = "0.1.37" thiserror = "1.0.37" diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index c92ae1e6..8bf4fdd0 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.68" -async-trait = "0.1.59" +async-trait = "0.1.60" 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 a1f918a8..b82e16c2 100644 --- a/crates/tasks/Cargo.toml +++ b/crates/tasks/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] tokio = "1.23.0" -async-trait = "0.1.59" +async-trait = "0.1.60" tokio-stream = "0.1.11" futures-util = "0.3.25" tracing = "0.1.37"