From 234005d0b6c8bbdf9d5d0524377e17041e1938f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 09:27:20 +0000 Subject: [PATCH] Bump regex-syntax from 0.7.4 to 0.7.5 Bumps [regex-syntax](https://github.com/rust-lang/regex) from 0.7.4 to 0.7.5. - [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/compare/regex-syntax-0.7.4...regex-syntax-0.7.5) --- updated-dependencies: - dependency-name: regex-syntax dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- nextest-filtering/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e34da0a531..91c2dd0c042 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1481,7 +1481,7 @@ dependencies = [ "proptest", "recursion", "regex", - "regex-syntax 0.7.4", + "regex-syntax 0.7.5", "test-case", "test-strategy", "thiserror", @@ -2087,7 +2087,7 @@ dependencies = [ "aho-corasick", "memchr", "regex-automata 0.3.6", - "regex-syntax 0.7.4", + "regex-syntax 0.7.5", ] [[package]] @@ -2107,7 +2107,7 @@ checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.7.4", + "regex-syntax 0.7.5", ] [[package]] @@ -2118,9 +2118,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" +checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "reqwest" diff --git a/nextest-filtering/Cargo.toml b/nextest-filtering/Cargo.toml index dad67c19f19..c1b954cd537 100644 --- a/nextest-filtering/Cargo.toml +++ b/nextest-filtering/Cargo.toml @@ -33,7 +33,7 @@ nom-tracable = "0.9.0" nom_locate = "4.2.0" recursion = "0.4.0" regex = "1.9.3" -regex-syntax = "0.7.4" +regex-syntax = "0.7.5" thiserror = "1.0.47" nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" } proptest = { version = "1.2.0", optional = true }