From c8a4478bcef39a93f4c267aef5f29eaf3bab7885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 23:48:06 +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 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]