From 4c4b534e1f2b7c34c18eb137d3fd89750fa3bb69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:47:48 +0000 Subject: [PATCH] Bump axum-macros from 0.3.7 to 0.4.1 Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.3.7 to 0.4.1. - [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.1) --- updated-dependencies: - dependency-name: axum-macros dependency-type: direct:production update-type: version-update:semver-minor ... 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 dfa3b63..e8a13ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,9 +161,9 @@ dependencies = [ [[package]] name = "axum-macros" -version = "0.3.7" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb524613be645939e280b7279f7b017f98cf7f5ef084ec374df373530e73277" +checksum = "00c055ee2d014ae5981ce1016374e8213682aa14d9bf40e48ab48b5f3ef20eaa" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index bba0296..2e0cc91 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.1" fern = { version = "0.6.2", features = ["colored"] } futures = "0.3.28" humantime = "2.1.0"