From 727d86bd1ef0323486ef794cb9ebcf516e855552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 12:10:20 +0000 Subject: [PATCH] Bump axum-macros from 0.5.0 to 0.5.1 in /scylla-server Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.5.0 to 0.5.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.5.0...axum-macros-v0.5.1) --- updated-dependencies: - dependency-name: axum-macros dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- scylla-server/Cargo.lock | 4 ++-- scylla-server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scylla-server/Cargo.lock b/scylla-server/Cargo.lock index 83eaf087..0946f53e 100644 --- a/scylla-server/Cargo.lock +++ b/scylla-server/Cargo.lock @@ -218,9 +218,9 @@ dependencies = [ [[package]] name = "axum-macros" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" +checksum = "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca" dependencies = [ "proc-macro2", "quote", diff --git a/scylla-server/Cargo.toml b/scylla-server/Cargo.toml index 4ca7df11..abd77799 100644 --- a/scylla-server/Cargo.toml +++ b/scylla-server/Cargo.toml @@ -29,7 +29,7 @@ serde_json = "1.0.149" diesel_migrations = { version = "2.2.0", features = ["postgres"] } regex = "1.11.1" rangemap = "1.7.1" -axum-macros = "0.5.0" +axum-macros = "0.5.1" diesel-async = { version = "0.6.1", features = ["postgres", "bb8", "async-connection-wrapper", "sync-connection-wrapper", "tokio"] } rustc-hash = "2.1.2" evalexpr = "13.1.0"