From b267607f98240c8b98f18859d149951eb4801ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 17:21:55 +0000 Subject: [PATCH] build(deps): bump axum from 0.8.7 to 0.8.8 Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.7 to 0.8.8. - [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-v0.8.7...axum-v0.8.8) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.8 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 ccb3b82..f07b262 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,9 +184,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[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", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 32cbac2..0824f06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ gitea-client = { path = "crates/gitea-client" } harbor-client = { path = "crates/harbor-client" } anyhow = "1.0.100" -axum = { version = "0.8.7" } +axum = { version = "0.8.8" } axum-extra = {version = "0.12.1", features = ["typed-header"] } base64 = "0.22.1" bytes = "1.11.0"