Skip to content

Commit ee01ec2

Browse files
committed
deps: bump regex-syntax to 0.8.2
1 parent 1dbeee7 commit ee01ec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ features = ["alloc", "syntax", "meta", "nfa-pikevm"]
181181
# For parsing regular expressions.
182182
[dependencies.regex-syntax]
183183
path = "regex-syntax"
184-
version = "0.8.0"
184+
version = "0.8.2"
185185
default-features = false
186186

187187
[dev-dependencies]

regex-automata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ internal-instrument-pikevm = ["logging", "std"]
8686
aho-corasick = { version = "1.0.0", optional = true, default-features = false }
8787
log = { version = "0.4.14", optional = true }
8888
memchr = { version = "2.6.0", optional = true, default-features = false }
89-
regex-syntax = { path = "../regex-syntax", version = "0.8.0", optional = true, default-features = false }
89+
regex-syntax = { path = "../regex-syntax", version = "0.8.2", optional = true, default-features = false }
9090

9191
[dev-dependencies]
9292
anyhow = "1.0.69"

0 commit comments

Comments
 (0)