diff --git a/Cargo.toml b/Cargo.toml index 3f616de..c663d38 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.16" +bitfield = "0.17" maybe-async-cfg = "0.2" defmt = { version = "0.3", optional = true }