diff --git a/Cargo.toml b/Cargo.toml index 45132a906..55108a968 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.4.2" +version = "0.4.3" default-features = false features = ["alloc", "syntax", "meta", "nfa-pikevm"]