From dddd178e95ade4d768e77cc037e1ee6eebcfd8aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:19:52 +0000 Subject: [PATCH] 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 713e593cc..38e941ce7 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.2.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]