Skip to content

Commit 68b7018

Browse files
committed
deps: bump regex-syntax to 0.8.0
1 parent ea8f6c0 commit 68b7018

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.7.5"
184+
version = "0.8.0"
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.7.4", optional = true, default-features = false }
89+
regex-syntax = { path = "../regex-syntax", version = "0.8.0", 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.5.10"
3131
regex = { version = "1.9.0", path = ".." }
3232
regex-automata = { version = "0.3.0", path = "../regex-automata", features = ["logging"] }
3333
regex-lite = { version = "0.1.0", path = "../regex-lite" }
34-
regex-syntax = { version = "0.7.3", path = "../regex-syntax" }
34+
regex-syntax = { version = "0.8.0", path = "../regex-syntax" }
3535
tabwriter = { version = "1.2.1", features = ["ansi_formatting"] }
3636
textwrap = { version = "0.16.0", default-features = false }

regex-lite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.65"
1414
autotests = false
1515

1616
# Features are documented in the "Crate features" section of the crate docs:
17-
# https://docs.rs/regex-syntax/*/#crate-features
17+
# https://docs.rs/regex-lite/*/#crate-features
1818
#
1919
# (Currently there are no supported features. 'std' is technically one, but it
2020
# is currently required.)

0 commit comments

Comments
 (0)