From ecf101fe2dfc169227700abe75ca9a64cbdf8228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 09:36:31 +0000 Subject: [PATCH] build(deps): bump async-trait from 0.1.60 to 0.1.61 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.60 to 0.1.61. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.60...0.1.61) --- 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 6cec02700..2bf7dc92e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,9 +276,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.60" +version = "0.1.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3" +checksum = "705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282" dependencies = [ "proc-macro2", "quote", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index af736dd80..ac16c1407 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.60" +async-trait = "0.1.61" axum = { version = "0.6.2", 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 6fd296c8e..5853208d6 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] tokio = { version = "1.24.1", features = ["fs", "rt"] } tracing = { version = "0.1.37" } -async-trait = "0.1.60" +async-trait = "0.1.61" thiserror = "1.0.38" anyhow = "1.0.68" diff --git a/crates/email/Cargo.toml b/crates/email/Cargo.toml index 0e6d9b48a..06dfed3f3 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.60" +async-trait = "0.1.61" tracing = "0.1.37" thiserror = "1.0.38" diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index 0e8848394..b75e0bd9d 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.60" +async-trait = "0.1.61" camino = "1.1.2" convert_case = "0.6.0" csv = "1.1.6" diff --git a/crates/tasks/Cargo.toml b/crates/tasks/Cargo.toml index 82d480d5b..502a5ea37 100644 --- a/crates/tasks/Cargo.toml +++ b/crates/tasks/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] tokio = "1.24.1" -async-trait = "0.1.60" +async-trait = "0.1.61" tokio-stream = "0.1.11" futures-util = "0.3.25" tracing = "0.1.37"