From df6cd91a4cbbb996680846503de457ec6b86670c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 10:20:31 +0000 Subject: [PATCH] chore(deps): bump bitfield-struct from 0.11.0 to 0.12.0 Bumps [bitfield-struct](https://github.com/wrenger/bitfield-struct-rs) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/wrenger/bitfield-struct-rs/releases) - [Commits](https://github.com/wrenger/bitfield-struct-rs/compare/0.11.0...0.12.0) --- updated-dependencies: - dependency-name: bitfield-struct dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75c9a9f..7914efb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,9 +104,9 @@ dependencies = [ [[package]] name = "bitfield-struct" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3ca019570363e800b05ad4fd890734f28ac7b72f563ad8a35079efb793616f8" +checksum = "daf8e49a3d89a0183e7044ff82975c2b8badcd72e22c6be54e441914bda56e97" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 281d0c5..94d4f8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ derive-where = "1" paste = "1" bon = "3" bitflags = "2" -bitfield-struct = "0.11" +bitfield-struct = "0.12" identity-hash = "0.1" foldhash = "0.2" slab = "0.4"