diff --git a/Cargo.toml b/Cargo.toml index 09f70f6d3..e00c39f38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -176,7 +176,7 @@ default-features = false # For the actual regex engines. [dependencies.regex-automata] path = "regex-automata" -version = "0.4.3" +version = "0.4.4" default-features = false features = ["alloc", "syntax", "meta", "nfa-pikevm"]