We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b452a commit 3f15f1cCopy full SHA for 3f15f1c
Cargo.toml
@@ -173,14 +173,14 @@ optional = true
173
# For the actual regex engines.
174
[dependencies.regex-automata]
175
path = "regex-automata"
176
-version = "0.3.6"
+version = "0.3.7"
177
default-features = false
178
features = ["alloc", "syntax", "meta", "nfa-pikevm"]
179
180
# For parsing regular expressions.
181
[dependencies.regex-syntax]
182
path = "regex-syntax"
183
-version = "0.7.3"
+version = "0.7.5"
184
185
186
[dev-dependencies]
0 commit comments