diff --git a/Cargo.toml b/Cargo.toml index 5b6bc3f00..2910555bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -180,7 +180,7 @@ features = ["alloc", "syntax", "meta", "nfa-pikevm"] # For parsing regular expressions. [dependencies.regex-syntax] path = "regex-syntax" -version = "0.7.2" +version = "0.7.3" default-features = false [dev-dependencies]