From c572f6770cfde8ea2a25e327a35b5867a1e1ba43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:22:47 +0000 Subject: [PATCH] chore(deps): bump bitfield-struct from 0.11.0 to 0.12.1 Bumps [bitfield-struct](https://github.com/wrenger/bitfield-struct-rs) from 0.11.0 to 0.12.1. - [Release notes](https://github.com/wrenger/bitfield-struct-rs/releases) - [Commits](https://github.com/wrenger/bitfield-struct-rs/compare/0.11.0...0.12.1) --- updated-dependencies: - dependency-name: bitfield-struct dependency-version: 0.12.1 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..5e5abad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,9 +104,9 @@ dependencies = [ [[package]] name = "bitfield-struct" -version = "0.11.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3ca019570363e800b05ad4fd890734f28ac7b72f563ad8a35079efb793616f8" +checksum = "8769c4854c5ada2852ddf6fd09d15cf43d4c2aaeccb4de6432f5402f08a6003b" 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"