From b7566f2390982592f4d906bde1413762b2e4eca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:17:43 +0000 Subject: [PATCH] chore(deps): update axum requirement from 0.7 to 0.8 Updates the requirements on [axum](https://github.com/tokio-rs/axum) to permit the latest version. - [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.7.0...axum-v0.8.9) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- runtime/attestor/Cargo.toml | 2 +- runtime/sidecar-watcher/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/attestor/Cargo.toml b/runtime/attestor/Cargo.toml index a76ec9cf..93b3b4a8 100644 --- a/runtime/attestor/Cargo.toml +++ b/runtime/attestor/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] tokio = { version = "1.0", features = ["full"] } -axum = "0.7" +axum = "0.8" tower = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/runtime/sidecar-watcher/Cargo.toml b/runtime/sidecar-watcher/Cargo.toml index 37b023a6..2ef8de7c 100644 --- a/runtime/sidecar-watcher/Cargo.toml +++ b/runtime/sidecar-watcher/Cargo.toml @@ -21,7 +21,7 @@ chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.0", features = ["v4"] } sha2 = "0.10" md5 = "0.7" -axum = "0.7" +axum = "0.8" jsonschema = "0.17" once_cell = "1.19" metrics = "0.21"