From dbf18cd9fca3e96edcb866817e90fd0be8ee16b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:14:19 +0000 Subject: [PATCH] chore(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 | 4 ++-- resolver/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3208da..3d3e95f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,9 +174,9 @@ dependencies = [ [[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 0.5.6", "bytes", diff --git a/resolver/Cargo.toml b/resolver/Cargo.toml index b1b68a1..7b5a4f0 100644 --- a/resolver/Cargo.toml +++ b/resolver/Cargo.toml @@ -25,7 +25,7 @@ rtnetlink = "0.20.0" futures = "0.3.32" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.149" -axum = "0.8.1" +axum = "0.8.9" utoipa-axum = "0.2" utoipa = { version = "5.4.0", features = ["chrono"] } utoipa-swagger-ui = { version = "9", features = ["axum"] }