From b4913a2fe17d948d06314714bb6d75e60ac11ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 09:21:34 +0000 Subject: [PATCH] build(deps): bump async-trait from 0.1.67 to 0.1.68 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.67 to 0.1.68. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.67...0.1.68) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/axum-utils/Cargo.toml | 2 +- crates/config/Cargo.toml | 2 +- crates/email/Cargo.toml | 2 +- crates/iana-codegen/Cargo.toml | 2 +- crates/storage-pg/Cargo.toml | 2 +- crates/storage/Cargo.toml | 2 +- crates/tasks/Cargo.toml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec7935b7..8710ccc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -453,13 +453,13 @@ checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" [[package]] name = "async-trait" -version = "0.1.67" +version = "0.1.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86ea188f25f0255d8f92797797c97ebf5631fa88178beb1a46fdf5622c9a00e4" +checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" dependencies = [ "proc-macro2 1.0.52", "quote 1.0.26", - "syn 2.0.4", + "syn 2.0.12", ] [[package]] @@ -5321,7 +5321,7 @@ checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585" dependencies = [ "proc-macro2 1.0.52", "quote 1.0.26", - "syn 2.0.4", + "syn 2.0.12", ] [[package]] @@ -5777,9 +5777,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.4" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c622ae390c9302e214c31013517c2061ecb2699935882c60a9b37f82f8625ae" +checksum = "79d9531f94112cfc3e4c8f5f02cb2b58f72c97b7efd85f70203cc6d8efda5927" dependencies = [ "proc-macro2 1.0.52", "quote 1.0.26", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index e9e28992..b28c51b4 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.67" +async-trait = "0.1.68" axum = { version = "0.6.11", features = ["headers"] } axum-extra = { version = "0.7.2", features = ["cookie-private"] } chrono = "0.4.24" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index e6701dee..5ffe5313 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] tokio = { version = "1.26.0", features = ["fs", "rt"] } tracing = { version = "0.1.37" } -async-trait = "0.1.67" +async-trait = "0.1.68" thiserror = "1.0.40" anyhow = "1.0.69" diff --git a/crates/email/Cargo.toml b/crates/email/Cargo.toml index ac06604c..dd82b25b 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.67" +async-trait = "0.1.68" tracing = "0.1.37" thiserror = "1.0.40" diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index f2db8618..da1da470 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.69" -async-trait = "0.1.67" +async-trait = "0.1.68" camino = "1.1.4" convert_case = "0.6.0" csv = "1.2.1" diff --git a/crates/storage-pg/Cargo.toml b/crates/storage-pg/Cargo.toml index 2661ac86..0353136d 100644 --- a/crates/storage-pg/Cargo.toml +++ b/crates/storage-pg/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -async-trait = "0.1.67" +async-trait = "0.1.68" sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json", "uuid"] } chrono = { version = "0.4.24", features = ["serde"] } serde = { version = "1.0.158", features = ["derive"] } diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index 351d39a5..0d1e5b6d 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -async-trait = "0.1.67" +async-trait = "0.1.68" chrono = "0.4.24" thiserror = "1.0.40" futures-util = "0.3.27" diff --git a/crates/tasks/Cargo.toml b/crates/tasks/Cargo.toml index 69a87328..48cd4043 100644 --- a/crates/tasks/Cargo.toml +++ b/crates/tasks/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.70" apalis-core = { version = "=0.4.0-alpha.5", features = ["extensions", "tokio-comp"] } apalis-cron = "=0.4.0-alpha.5" apalis-sql = { version = "=0.4.0-alpha.5", features = ["postgres", "tokio-comp"] } -async-trait = "0.1.67" +async-trait = "0.1.68" chrono = "0.4.24" rand = "0.8.5" rand_chacha = "0.3.1"