From 467dc577414f3e5763a7ad23a561cd3c567d30fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:11:40 +0000 Subject: [PATCH] build(deps): bump axum-extra from 0.10.3 to 0.12.1 Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.10.3 to 0.12.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/commits) --- updated-dependencies: - dependency-name: axum-extra dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 207b9fa..547f27e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,13 +236,14 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.10.3" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96" +checksum = "5136e6c5e7e7978fe23e9876fb924af2c0f84c72127ac6ac17e7c46f457d362c" dependencies = [ "axum", "axum-core", "bytes", + "futures-core", "futures-util", "headers", "http", @@ -250,8 +251,6 @@ dependencies = [ "http-body-util", "mime", "pin-project-lite", - "rustversion", - "serde_core", "tower-layer", "tower-service", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 56a73af..e9c7ce1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ harbor-client = { path = "crates/harbor-client" } anyhow = "1.0.100" axum = { version = "0.8.6" } -axum-extra = {version = "0.10.1", features = ["typed-header"] } +axum-extra = {version = "0.12.1", features = ["typed-header"] } base64 = "0.22.1" bytes = "1.10.1" chrono = { version = "0.4.41", features = ["serde"] }