From 9035a33cc86127073f65a0346a7a70e7d9657450 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:55:07 +0000 Subject: [PATCH] Update Rust crate bitfield to 0.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08348cd..3f616de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,6 @@ async = ["dep:embedded-hal-async"] [dependencies] embedded-hal = "1.0" embedded-hal-async = { version = "1.0", optional = true } -bitfield = "0.15" +bitfield = "0.16" maybe-async-cfg = "0.2" defmt = { version = "0.3", optional = true }