From 3fcb947f38c2ba80c6250f7c52c0df40db8db7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 11:33:09 -0500 Subject: build(deps): bump axum-macros from 0.2.3 to 0.3.0 (#575) Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.2.3 to 0.3.0. - [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.2.3...axum-macros-v0.3.0) --- updated-dependencies: - dependency-name: axum-macros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 091b113..e00f29a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,9 +218,9 @@ dependencies = [ [[package]] name = "axum-macros" -version = "0.2.3" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6293dae2ec708e679da6736e857cf8532886ef258e92930f38279c12641628b8" +checksum = "e4df0fc33ada14a338b799002f7e8657711422b25d4e16afb032708d6b185621" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index c2c2dfe..bc55845 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "zlib" [dependencies] axum = { version = "0.5", features = ["headers"] } -axum-macros = "0.2" +axum-macros = "0.3" axum-extra = "0.3" color-eyre = "0.6" chrono = "0.4" -- cgit v1.2.3