From f03a935e5af2cc9ac7442c677cc4e5222416f574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:42:53 +0000 Subject: [PATCH] build(deps): bump bitfield-struct from 0.12.1 to 0.13.0 Bumps [bitfield-struct](https://github.com/wrenger/bitfield-struct-rs) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/wrenger/bitfield-struct-rs/releases) - [Commits](https://github.com/wrenger/bitfield-struct-rs/compare/0.12.1...0.13.0) --- updated-dependencies: - dependency-name: bitfield-struct dependency-version: 0.13.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 bd9ce2c..a232a84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,9 +54,9 @@ dependencies = [ [[package]] name = "bitfield-struct" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8769c4854c5ada2852ddf6fd09d15cf43d4c2aaeccb4de6432f5402f08a6003b" +checksum = "3ca6739863c590881f038d033a146c51ddae239186a4327014839fd864f44ed5" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2333155..6628660 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ version = "1.6.1" crate-type = ["rlib", "staticlib", "cdylib"] [dependencies] -bitfield-struct = "0.12.1" +bitfield-struct = "0.13.0" clap = { version = "4.6.0", features = ["derive"] } unchecked-index = "0.2.2"