From d49858c09b8e7be3c456479e72c0d3121eedb383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 00:57:24 +0000 Subject: [PATCH] Bump async-trait from 0.1.73 to 0.1.74 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.73 to 0.1.74. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.73...0.1.74) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a29232..75d0f47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,9 +46,9 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[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/Cargo.toml b/Cargo.toml index 8879cdc..cb5be0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ typed-session = "0.9.0" typed-session.workspace = true http-body = "0.4.5" tracing = "0.1.39" -async-trait = "0.1.68" +async-trait = "0.1.74" axum = {version = "0.6.20", features = ["headers"]} axum-extra = { version = "0.8.0", features = ["cookie"] } tokio = {version = "1.33.0", features = ["sync"]}