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]