Skip to content

Commit 4bb1e3d

Browse files
committed
deps: bump regex-syntax
1 parent cba0fbc commit 4bb1e3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ features = ["alloc", "syntax", "meta", "nfa-pikevm"]
183183
# For parsing regular expressions.
184184
[dependencies.regex-syntax]
185185
path = "regex-syntax"
186-
version = "0.8.2"
186+
version = "0.8.5"
187187
default-features = false
188188

189189
[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.2", optional = true, default-features = false }
89+
regex-syntax = { path = "../regex-syntax", version = "0.8.5", optional = true, default-features = false }
9090

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

regex-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ memmap2 = "0.9.4"
3131
regex = { version = "1.9.0", path = ".." }
3232
regex-automata = { version = "0.4.0", path = "../regex-automata", features = ["logging"] }
3333
regex-lite = { version = "0.1.0", path = "../regex-lite" }
34-
regex-syntax = { version = "0.8.0", path = "../regex-syntax" }
34+
regex-syntax = { version = "0.8.5", path = "../regex-syntax" }
3535
tabwriter = { version = "1.2.1", features = ["ansi_formatting"] }
3636
textwrap = { version = "0.16.0", default-features = false }

0 commit comments

Comments
 (0)