diff --git a/Cargo.toml b/Cargo.toml index bfd6aea61..1119eca99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -173,7 +173,7 @@ optional = true # For the actual regex engines. [dependencies.regex-automata] path = "regex-automata" -version = "0.3.1" +version = "0.3.5" default-features = false features = ["alloc", "syntax", "meta", "nfa-pikevm"]