From 398c89817b3fde552b0367307ed154f51b0319fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:32:24 +0000 Subject: [PATCH] Update bitfield-struct requirement from 0.9.0 to 0.10.0 Updates the requirements on [bitfield-struct](https://github.com/wrenger/bitfield-struct-rs) to permit the latest version. - [Release notes](https://github.com/wrenger/bitfield-struct-rs/releases) - [Commits](https://github.com/wrenger/bitfield-struct-rs/compare/0.9.0...0.10.0) --- updated-dependencies: - dependency-name: bitfield-struct dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3bac24b..f187210 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.64" defmt = ["dep:defmt"] [dependencies] -bitfield-struct = "0.9.0" +bitfield-struct = "0.10.0" defmt = { version = "0.3.8", optional = true } hardware-registers = "0.2.0"