From 3239385c8bcfded13ef4031848d54eaabc4e5b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 11:30:36 +0000 Subject: [PATCH] build(deps): bump axum from 0.8.6 to 0.8.7 Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.6 to 0.8.7. - [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.6...axum-v0.8.7) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.7 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 a1cf046..304f4e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,9 +201,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" +checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" dependencies = [ "axum-core", "axum-macros", diff --git a/Cargo.toml b/Cargo.toml index 6d98b28..c91d8ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ chrono = { version = "0.4.42", features = ["serde"] } uuid = { version = "1.18.1", features = ["v4"] } tokio = { version = "1.47.1", features = ["fs"] } bincode = { version = "2.0.1", features = ["serde"] } -axum = { version = "0.8.6", features = ["macros", "json"] } +axum = { version = "0.8.7", features = ["macros", "json"] } async-trait = "0.1.83" futures = "0.3.31" tokio-stream = "0.1.17"