From 447d0ced0183e80bd3cce7856c11f3774369b441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:27:14 +0000 Subject: [PATCH] chore(deps): bump axum-extra from 0.12.5 to 0.12.6 Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.12.5 to 0.12.6. - [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-extra-v0.12.5...axum-extra-v0.12.6) --- updated-dependencies: - dependency-name: axum-extra dependency-version: 0.12.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0049b97..d9b6e47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,9 +191,9 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.12.5" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fef252edff26ddba56bbcdf2ee3307b8129acb86f5749b68990c168a6fcc9c76" +checksum = "be44683b41ccb9ab2d23a5230015c9c3c55be97a25e4428366de8873103f7970" dependencies = [ "axum", "axum-core", diff --git a/Cargo.toml b/Cargo.toml index 0bd61db..0d70f30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ authors = ["Enrico Risa "] tokio = { version= "1.50.0", features=["full"] } sqlx = {version = "0.8.6", features = ["runtime-tokio-rustls", "uuid", "chrono"]} axum = { version = "0.8.9", features = ["macros"]} -axum-extra = { version = "0.12.5", features = ["typed-header"] } +axum-extra = { version = "0.12.6", features = ["typed-header"] } tower = { version = "0.5.2", features = ["util"] } reqwest = { version="0.13.2", features= ["json"]} http-body-util = "0.1.0"