From b8389dbb29921420a0ba9e5fcc403008518f9e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 08:22:21 +0000 Subject: [PATCH] build(deps): bump axum from 0.8.8 to 0.8.9 Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.8 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.8...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 | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68dfc285..0e261baf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,9 +130,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "axum" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" +checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" dependencies = [ "axum-core", "axum-macros", @@ -183,9 +183,9 @@ dependencies = [ [[package]] name = "axum-macros" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" +checksum = "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 1907fc8c..0bf25a9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ chrono = { version = "0.4.44", features = ["serde"] } uuid = { version = "1.22.0", features = ["serde", "v4", "v7"] } tokio = { version = "1.50.0", features = ["fs", "io-util"] } rkyv = { version = "0.8.15", features = ["bytecheck"] } -axum = { version = "0.8.8", features = ["macros", "json"] } +axum = { version = "0.8.9", features = ["macros", "json"] } [dev-dependencies] tokio = { version = "1.50.0", features = ["full"] }