From ea4449b8f56f00db429b1dfcc58ffabeb0fe3fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:00:21 +0000 Subject: [PATCH] Update bitfield-struct requirement from 0.8.0 to 0.9.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.8.0...0.9.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 ed8d106..3bac24b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.64" defmt = ["dep:defmt"] [dependencies] -bitfield-struct = "0.8.0" +bitfield-struct = "0.9.0" defmt = { version = "0.3.8", optional = true } hardware-registers = "0.2.0"