diff --git a/Cargo.lock b/Cargo.lock index 1b47147..2b99a87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,9 +40,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bitflags" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" +checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" [[package]] name = "bytemuck" diff --git a/Cargo.toml b/Cargo.toml index 42211e5..49eac23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ exclude = [ anyhow = "1.0" barcoders = { version = "2", default-features = false, features = ["std"] } base64 = "0.22.1" -bitflags = "2.10" +bitflags = "2.11" clap = { version = "4", default-features = false, features = ["std", "help", "usage", "error-context", "derive"] } encoding = "0.2.33" fs2 = "0.4.3"