From 2ae53719eac1908e3f29cf913847e86d16bb6865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 20:03:32 +0000 Subject: [PATCH] Bump regex-syntax from 0.6.29 to 0.7.2 Bumps [regex-syntax](https://github.com/rust-lang/regex) from 0.6.29 to 0.7.2. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/commits) --- updated-dependencies: - dependency-name: regex-syntax dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b827da..fa9343c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,7 +326,7 @@ dependencies = [ "nu-ansi-term", "num_cpus", "regex", - "regex-syntax", + "regex-syntax 0.7.2", "tempfile", "test-case", "users", @@ -700,7 +700,7 @@ checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" dependencies = [ "aho-corasick", "memchr", - "regex-syntax", + "regex-syntax 0.6.29", ] [[package]] @@ -709,6 +709,12 @@ version = "0.6.29" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" +[[package]] +name = "regex-syntax" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" + [[package]] name = "rustix" version = "0.36.10" diff --git a/Cargo.toml b/Cargo.toml index 3bbc25c..b57df9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ argmax = "0.3.1" ignore = "0.4.20" num_cpus = "1.16" regex = "1.7.3" -regex-syntax = "0.6" +regex-syntax = "0.7" ctrlc = "3.2" humantime = "2.1" globset = "0.4"