chore(deps): update rust crate bitfield to 0.19.0

This commit is contained in:
stoat-release[bot]
2026-07-07 16:13:14 +00:00
committed by GitHub
parent 0b53db9921
commit 9c171ff35d
2 changed files with 17 additions and 3 deletions

18
Cargo.lock generated
View File

@@ -1218,9 +1218,23 @@ checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
[[package]]
name = "bitfield"
version = "0.13.2"
version = "0.19.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719"
checksum = "21ba6517c6b0f2bf08be60e187ab64b038438f22dd755614d8fe4d4098c46419"
dependencies = [
"bitfield-macros",
]
[[package]]
name = "bitfield-macros"
version = "0.19.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f48d6ace212fdf1b45fd6b566bb40808415344642b76c3224c07c8df9da81e97"
dependencies = [
"proc-macro2",
"quote 1.0.46",
"syn 2.0.118",
]
[[package]]
name = "bitflags"

View File

@@ -45,7 +45,7 @@ ulid = "1.2.1"
nanoid = "0.4.0"
typenum = "1.17.0"
num_enum = "0.6.1"
bitfield = "0.13.2"
bitfield = "0.19.0"
# Time
chrono = "0.4.15"