From 6eec54c2f4e19115ca86dc3d89b8c63608f14b5b Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:14:09 +0000 Subject: [PATCH] chore(deps): update rust crate axum to 0.8 --- rust/rust-app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/rust-app/Cargo.toml b/rust/rust-app/Cargo.toml index 664c243..958b9c1 100644 --- a/rust/rust-app/Cargo.toml +++ b/rust/rust-app/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] anyhow = "1.0" -axum = "0.7" +axum = "0.8" axum-tracing-opentelemetry = "0.23" futures = "0.3" lazy_static = "1.4"