Skip to content

Commit

Permalink
Update Rust crate regex to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 17, 2023
1 parent 107c657 commit b6a5218
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ cfg-if = "1.0.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
nextest-metadata = { version = "=0.9.2", path = "../nextest-metadata" }
once_cell = "1.18.0"
regex = "1.10.1"
regex = "1.10.2"
serde_json = "1.0.107"
insta = { version = "1.34.0", default-features = false }
2 changes: 1 addition & 1 deletion nextest-filtering/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ nom = "7.1.3"
nom-tracable = "0.9.0"
nom_locate = "4.2.0"
recursion = "0.5.1"
regex = "1.10.1"
regex = "1.10.2"
regex-syntax = "0.8.2"
thiserror = "1.0.49"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ miette = "5.10.0"
once_cell = "1.18.0"
owo-colors = "3.5.0"
pin-project-lite = "0.2.13"
regex = "1.10.1"
regex = "1.10.2"
semver = "1.0.20"
serde = { version = "1.0.189", features = ["derive"] }
serde_ignored = "0.1.9"
Expand Down

0 comments on commit b6a5218

Please sign in to comment.