diff --git a/nextest-filtering/Cargo.toml b/nextest-filtering/Cargo.toml index 07a7f90982f..000c88c57eb 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.5.1" regex = "1.10.1" -regex-syntax = "0.8.1" +regex-syntax = "0.8.2" thiserror = "1.0.49" nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" } proptest = { version = "1.3.1", optional = true }