From 628851aa515f00816567c8e1caaccf57a0a1744e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 08:12:51 +0000 Subject: [PATCH] Update Rust crate kble-socket to 0.3.0 --- 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 74beb4fbb..180b30085 100644 --- a/hal/uart-kble/Cargo.toml +++ b/hal/uart-kble/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" c2a-core = "4" once_cell = "1" futures = "0.3" -kble-socket = { version = "0.2.0", features = ["axum"] } +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"] } anyhow = "1"