From 0b0a14cb6f9b6f6c2dbb8467eb1c415d989f339c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 18:17:34 +0000 Subject: [PATCH] chore(deps)(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 +++---- terraphim_server/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b844af9..0928a641 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -324,21 +324,20 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.10.3" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96" +checksum = "dbfe9f610fe4e99cf0cfcd03ccf8c63c28c616fe714d80475ef731f3b13dd21b" dependencies = [ "axum", "axum-core", "bytes", + "futures-core", "futures-util", "http 1.4.0", "http-body 1.0.1", "http-body-util", "mime", "pin-project-lite", - "rustversion", - "serde_core", "tower-layer", "tower-service", "tracing", diff --git a/terraphim_server/Cargo.toml b/terraphim_server/Cargo.toml index 4c4d6336..5278ebc0 100644 --- a/terraphim_server/Cargo.toml +++ b/terraphim_server/Cargo.toml @@ -25,7 +25,7 @@ terraphim_multi_agent = { path = "../crates/terraphim_multi_agent", version = "1 anyhow = "1.0.40" axum = { version = "0.8.7", features = ["macros", "ws"] } -axum-extra = "0.10.1" +axum-extra = "0.12.2" clap = { version = "4.5.49", features = ["derive"] } log = "0.4.14" portpicker = "0.1"