diff --git a/Cargo.lock b/Cargo.lock index 968d1cd05c..8df7eaac81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -492,9 +492,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.4" +version = "1.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" +checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" dependencies = [ "aho-corasick", "memchr", diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 48a639f610..51883dc9b3 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -18,7 +18,7 @@ convert_case = "0.6.0" once_cell = "1.19.0" proc-macro2 = "1" quote = "1" -regex = "1.10.4" +regex = "1.10.5" syn = { version = "2", features = ["full"] } tblgen = { version = "0.3.6", features = ["llvm18-0"], default-features = false, package = "tblgen-alt" } unindent = "0.2.3"