From ee33f95646a663bb21388d1ba282f94dec4a3a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 09:00:37 +0000 Subject: [PATCH] Bump axum from 0.8.7 to 0.8.9 Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.7 to 0.8.9. - [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.9) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.9 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 c525fc9..29c0934 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,9 +57,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "axum" -version = "0.8.7" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" +checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" dependencies = [ "axum-core", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 89558c4..ef1dd20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.1" edition = "2024" [dependencies] -axum = { version = "0.8.7", features = ["tower-log", "tokio"] } +axum = { version = "0.8.9", features = ["tower-log", "tokio"] } tracing = { version = "0.1.44", features = ["async-await", "log", "valuable"] } tracing-subscriber = { version = "0.3.23", features = ["env-filter"] } serde = { version = "1.0.228", features = ["derive"] }