diff --git a/Cargo.toml b/Cargo.toml index c78ed045f..2d3b8076d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -174,7 +174,7 @@ optional = true # For the actual regex engines. [dependencies.regex-automata] path = "regex-automata" -version = "0.3.8" +version = "0.3.9" default-features = false features = ["alloc", "syntax", "meta", "nfa-pikevm"]