Skip to content

Commit

Permalink
deps: bump regex-syntax to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Oct 9, 2023
1 parent ea8f6c0 commit 68b7018
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ features = ["alloc", "syntax", "meta", "nfa-pikevm"]
# For parsing regular expressions.
[dependencies.regex-syntax]
path = "regex-syntax"
version = "0.7.5"
version = "0.8.0"
default-features = false

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion regex-automata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ internal-instrument-pikevm = ["logging", "std"]
aho-corasick = { version = "1.0.0", optional = true, default-features = false }
log = { version = "0.4.14", optional = true }
memchr = { version = "2.6.0", optional = true, default-features = false }
regex-syntax = { path = "../regex-syntax", version = "0.7.4", optional = true, default-features = false }
regex-syntax = { path = "../regex-syntax", version = "0.8.0", optional = true, default-features = false }

[dev-dependencies]
anyhow = "1.0.69"
Expand Down
2 changes: 1 addition & 1 deletion regex-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ memmap2 = "0.5.10"
regex = { version = "1.9.0", path = ".." }
regex-automata = { version = "0.3.0", path = "../regex-automata", features = ["logging"] }
regex-lite = { version = "0.1.0", path = "../regex-lite" }
regex-syntax = { version = "0.7.3", path = "../regex-syntax" }
regex-syntax = { version = "0.8.0", path = "../regex-syntax" }
tabwriter = { version = "1.2.1", features = ["ansi_formatting"] }
textwrap = { version = "0.16.0", default-features = false }
2 changes: 1 addition & 1 deletion regex-lite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.65"
autotests = false

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

0 comments on commit 68b7018

Please sign in to comment.