Skip to content

Commit fc40b8e

Browse files
committed
fix(deps): update rust crate regex to 1.10.6
1 parent 6d081d7 commit fc40b8e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cfg-if = "1.0.0"
3333
pathdiff = { version = "0.2.1", features = ["camino"] }
3434
nextest-metadata = { version = "=0.11.0", path = "../nextest-metadata" }
3535
once_cell = "1.19.0"
36-
regex = "1.10.5"
36+
regex = "1.10.6"
3737
serde_json = "1.0.122"
3838
insta = { version = "1.39.0", default-features = false }
3939
target-spec.workspace = true

nextest-filtering/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ globset.workspace = true
3030
guppy.workspace = true
3131
miette.workspace = true
3232
recursion = "0.5.2"
33-
regex = "1.10.5"
33+
regex = "1.10.6"
3434
regex-syntax = "0.8.4"
3535
thiserror = "1.0.63"
3636
nextest-metadata.workspace = true

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ once_cell = "1.19.0"
5050
owo-colors = "4.0.0"
5151
pin-project-lite = "0.2.14"
5252
rand = "0.8.5"
53-
regex = "1.10.5"
53+
regex = "1.10.6"
5454
semver = "1.0.23"
5555
serde = { version = "1.0.204", features = ["derive"] }
5656
serde_ignored = "0.1.10"

0 commit comments

Comments
 (0)