From ae5c63dcf05d9ed28c8ab626379d81bbbf5bd536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 17:20:54 +0000 Subject: [PATCH] chore(deps)(deps): bump axum from 0.8.7 to 0.8.8 Dependabot couldn't find the original pull request head commit, de45b8739e996dc6a6c71c91171028897348c97c. --- Cargo.lock | 4 ++-- terraphim_server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d85873994..27cd10c2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -665,9 +665,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" +checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" dependencies = [ "axum-core", "axum-macros", diff --git a/terraphim_server/Cargo.toml b/terraphim_server/Cargo.toml index a496bc0e5..24c9c2bd2 100644 --- a/terraphim_server/Cargo.toml +++ b/terraphim_server/Cargo.toml @@ -24,7 +24,7 @@ terraphim_multi_agent = { path = "../crates/terraphim_multi_agent", version = "1 anyhow = "1.0.40" -axum = { version = "0.8.4", features = ["macros", "ws"] } +axum = { version = "0.8.8", features = ["macros", "ws"] } axum-extra = "0.10.1" clap = { version = "4.5.49", features = ["derive"] } log = "0.4.14"