From 263301ebeaaf8fe63c1833725ee0634b88601dfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:13:16 +0000 Subject: [PATCH] Update Rust crate kble-socket to 0.4.0 --- Cargo.lock | 8 ++++---- hal/uart-kble/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91e879dcf..06f3add3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -310,7 +310,7 @@ dependencies = [ "axum", "c2a-core 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures", - "kble-socket 0.3.0", + "kble-socket 0.4.0", "once_cell", "tokio", ] @@ -827,9 +827,9 @@ dependencies = [ [[package]] name = "kble-socket" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da5e5abd4533ad45519cf91c3dcb25a8f1f4880dc7b3be6cea477b59393b2145" +checksum = "16c604af5257d56b4d34ebcfa24b573624f0c98a30c189d03d069c278c478610" dependencies = [ "anyhow", "axum", diff --git a/hal/uart-kble/Cargo.toml b/hal/uart-kble/Cargo.toml index 180b30085..d2e5bcc1b 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.3.0", features = ["axum"] } +kble-socket = { version = "0.4.0", features = ["axum"] } tokio = { version = "1", features = ["sync", "rt"] } axum = { version = "0.6", default-features = false, features = ["tokio", "http1", "ws"] } anyhow = "1"