diff --git a/Cargo.toml b/Cargo.toml index 88f96b0b1..f3eaf7961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -181,7 +181,7 @@ features = ["alloc", "syntax", "meta", "nfa-pikevm"] # For parsing regular expressions. [dependencies.regex-syntax] path = "regex-syntax" -version = "0.8.0" +version = "0.8.2" default-features = false [dev-dependencies] diff --git a/regex-automata/Cargo.toml b/regex-automata/Cargo.toml index 63554314f..99f9a9220 100644 --- a/regex-automata/Cargo.toml +++ b/regex-automata/Cargo.toml @@ -86,7 +86,7 @@ internal-instrument-pikevm = ["logging", "std"] aho-corasick = { version = "1.0.0", optional = true, default-features = false } log = { version = "0.4.14", optional = true } memchr = { version = "2.6.0", optional = true, default-features = false } -regex-syntax = { path = "../regex-syntax", version = "0.8.0", optional = true, default-features = false } +regex-syntax = { path = "../regex-syntax", version = "0.8.2", optional = true, default-features = false } [dev-dependencies] anyhow = "1.0.69"