diff --git a/Cargo.lock b/Cargo.lock index 8e7a76e..407ddbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,9 +102,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" dependencies = [ "serde_core", ] diff --git a/compiler/lunc_parser/Cargo.toml b/compiler/lunc_parser/Cargo.toml index 245e550..3b189c8 100644 --- a/compiler/lunc_parser/Cargo.toml +++ b/compiler/lunc_parser/Cargo.toml @@ -13,4 +13,4 @@ lunc_token = { workspace = true } # other dependencies thiserror = { workspace = true } -bitflags = "2.10.0" +bitflags = "2.11.0"