From 5426453d8a7af6221e59d1ef648c1fffa6e5ca60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 00:38:49 +0000 Subject: [PATCH] Bump axum-macros from 0.3.7 to 0.4.2 Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.3.7 to 0.4.2. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-macros-v0.3.7...axum-macros-v0.4.2) --- updated-dependencies: - dependency-name: axum-macros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++--------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efae671..92f46fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,11 +161,10 @@ dependencies = [ [[package]] name = "axum-macros" -version = "0.3.7" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb524613be645939e280b7279f7b017f98cf7f5ef084ec374df373530e73277" +checksum = "57d123550fa8d071b7255cb0cc04dc302baa6c8c4a79f55701552684d8399bce" dependencies = [ - "heck", "proc-macro2", "quote", "syn", @@ -605,12 +604,6 @@ dependencies = [ "http", ] -[[package]] -name = "heck" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" - [[package]] name = "hermit-abi" version = "0.1.19" diff --git a/Cargo.toml b/Cargo.toml index bba0296..3ec0c1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] argon2 = "0.5.0" axum = { version = "0.6.18", features = ["headers", "ws"] } -axum-macros = "0.3.7" +axum-macros = "0.4.2" fern = { version = "0.6.2", features = ["colored"] } futures = "0.3.28" humantime = "2.1.0"