From 4df24f50ff01aa0d95bf71da13bc9d4208fc93f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 02:09:19 +0000 Subject: [PATCH] build(deps): bump axum-macros from `24f0f3e` to `c8cf147` Bumps [axum-macros](https://github.com/tokio-rs/axum) from `24f0f3e` to `c8cf147`. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Commits](https://github.com/tokio-rs/axum/compare/24f0f3eae8054c7a495cd364087f2dd7fa8b87e0...c8cf147657093bff3aad5cbf2dafa336235a37c6) --- updated-dependencies: - dependency-name: axum-macros dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82ac044..b4c2038 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,7 +120,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" version = "0.6.16" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#24f0f3eae8054c7a495cd364087f2dd7fa8b87e0" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#c8cf147657093bff3aad5cbf2dafa336235a37c6" dependencies = [ "async-trait", "axum-core", @@ -152,7 +152,7 @@ dependencies = [ [[package]] name = "axum-core" version = "0.3.4" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#24f0f3eae8054c7a495cd364087f2dd7fa8b87e0" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#c8cf147657093bff3aad5cbf2dafa336235a37c6" dependencies = [ "async-trait", "bytes", @@ -170,7 +170,7 @@ dependencies = [ [[package]] name = "axum-macros" version = "0.3.7" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#24f0f3eae8054c7a495cd364087f2dd7fa8b87e0" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#c8cf147657093bff3aad5cbf2dafa336235a37c6" dependencies = [ "heck", "proc-macro2",