Skip to content

Commit 3f15f1c

Browse files
committed
deps: bump regex-syntax and regex-automata versions
1 parent 89b452a commit 3f15f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,14 @@ optional = true
173173
# For the actual regex engines.
174174
[dependencies.regex-automata]
175175
path = "regex-automata"
176-
version = "0.3.6"
176+
version = "0.3.7"
177177
default-features = false
178178
features = ["alloc", "syntax", "meta", "nfa-pikevm"]
179179

180180
# For parsing regular expressions.
181181
[dependencies.regex-syntax]
182182
path = "regex-syntax"
183-
version = "0.7.3"
183+
version = "0.7.5"
184184
default-features = false
185185

186186
[dev-dependencies]

0 commit comments

Comments
 (0)