Skip to content

Commit

Permalink
deps: bump regex-automata
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Sep 29, 2024
1 parent 58e16f5 commit 9e17e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ default-features = false
# For the actual regex engines.
[dependencies.regex-automata]
path = "regex-automata"
version = "0.4.4"
version = "0.4.8"
default-features = false
features = ["alloc", "syntax", "meta", "nfa-pikevm"]

Expand Down
2 changes: 1 addition & 1 deletion regex-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lexopt = "0.3.0"
log = { version = "0.4.17", features = ["std"] }
memmap2 = "0.9.4"
regex = { version = "1.9.0", path = ".." }
regex-automata = { version = "0.4.0", path = "../regex-automata", features = ["logging"] }
regex-automata = { version = "0.4.8", path = "../regex-automata", features = ["logging"] }
regex-lite = { version = "0.1.0", path = "../regex-lite" }
regex-syntax = { version = "0.8.5", path = "../regex-syntax" }
tabwriter = { version = "1.2.1", features = ["ansi_formatting"] }
Expand Down

0 comments on commit 9e17e56

Please sign in to comment.