From 7bd7c77f554d4e559d0d39ba3db72bc03d3fb479 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:04:16 +0000 Subject: [PATCH] fix(deps): update rust crate axum to 0.7 --- hal/uart-kble/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hal/uart-kble/Cargo.toml b/hal/uart-kble/Cargo.toml index 180b30085..328cacec8 100644 --- a/hal/uart-kble/Cargo.toml +++ b/hal/uart-kble/Cargo.toml @@ -10,7 +10,7 @@ once_cell = "1" futures = "0.3" kble-socket = { version = "0.3.0", features = ["axum"] } tokio = { version = "1", features = ["sync", "rt"] } -axum = { version = "0.6", default-features = false, features = ["tokio", "http1", "ws"] } +axum = { version = "0.7", default-features = false, features = ["tokio", "http1", "ws"] } anyhow = "1" [dev-dependencies]