From 2a65bc11a31b004b3cbfc7ef060e6c5f5b83a6fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 21:30:20 +0000 Subject: [PATCH] chore(deps): bump axum-macros from 0.3.7 to 0.3.8 (#1892) Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.3.7 to 0.3.8. - [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.3.8) --- updated-dependencies: - dependency-name: axum-macros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- server/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index adfa722f0..b0b088f06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -509,9 +509,9 @@ dependencies = [ [[package]] name = "axum-macros" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb524613be645939e280b7279f7b017f98cf7f5ef084ec374df373530e73277" +checksum = "cdca6a10ecad987bda04e95606ef85a5417dcaac1a78455242d72e031e2b6b62" dependencies = [ "heck", "proc-macro2", diff --git a/server/core/Cargo.toml b/server/core/Cargo.toml index 82059250e..d41434af6 100644 --- a/server/core/Cargo.toml +++ b/server/core/Cargo.toml @@ -17,7 +17,7 @@ async-trait = { workspace = true } axum = { workspace=true } axum-auth = "0.4.0" axum-csp = { workspace = true } -axum-macros = "0.3.7" +axum-macros = "0.3.8" axum-server = { version = "0.5.1", features = ["tls-openssl"] } chrono = { workspace = true } compact_jwt = { workspace = true }