diff --git a/Cargo.lock b/Cargo.lock index 58552b000..941b56446 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1038,9 +1038,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.7.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" +checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" dependencies = [ "aho-corasick", "memchr", @@ -1049,9 +1049,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.27" +version = "0.6.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" +checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "retry" diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index 3b1e22c25..26bfff7c6 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -31,7 +31,7 @@ os_info = "3.7.0" detect-indent = "0.1" envoy = "0.1.3" mockito = { version = "0.31.1", optional = true } -regex = "1.7.1" +regex = "1.7.3" dirs = "5.0.1" # We manually configure the feature list here because 0.4.16 includes the # `oldtime` feature by default to avoid a breaking change. Additionally, using