diff --git a/Cargo.toml b/Cargo.toml index 1552ec9..08348cd 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.14" +bitfield = "0.15" maybe-async-cfg = "0.2" defmt = { version = "0.3", optional = true }