From 00b75ab7556a5e54b25ffc01fc302e0f63436e5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 11:06:04 +0000 Subject: [PATCH] fix(deps): update rust crate btleplug to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59233f4..00ccfce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -btleplug = "0.10.0" +btleplug = "0.11.0" byteorder = "1.4.3" chrono = "0.4.22" crc = "3.0.0"