diff --git a/Cargo.lock b/Cargo.lock index a360a90..3f807d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -542,9 +542,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.3" +version = "1.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" +checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" dependencies = [ "aho-corasick", "memchr", diff --git a/yari-sys/Cargo.toml b/yari-sys/Cargo.toml index 6b0532c..eff5f8d 100644 --- a/yari-sys/Cargo.toml +++ b/yari-sys/Cargo.toml @@ -10,7 +10,7 @@ include = ["LICENSE-THIRD-PARTY"] [dependencies] log = "0.4.21" nom = "7.1.3" -regex = "1.10.3" +regex = "1.10.4" thiserror = "1.0.57" lazy_static = "1.4.0"