Skip to content

Commit 9e17e56

Browse files
committed
deps: bump regex-automata
1 parent 58e16f5 commit 9e17e56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ default-features = false
176176
# For the actual regex engines.
177177
[dependencies.regex-automata]
178178
path = "regex-automata"
179-
version = "0.4.4"
179+
version = "0.4.8"
180180
default-features = false
181181
features = ["alloc", "syntax", "meta", "nfa-pikevm"]
182182

regex-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lexopt = "0.3.0"
2929
log = { version = "0.4.17", features = ["std"] }
3030
memmap2 = "0.9.4"
3131
regex = { version = "1.9.0", path = ".." }
32-
regex-automata = { version = "0.4.0", path = "../regex-automata", features = ["logging"] }
32+
regex-automata = { version = "0.4.8", path = "../regex-automata", features = ["logging"] }
3333
regex-lite = { version = "0.1.0", path = "../regex-lite" }
3434
regex-syntax = { version = "0.8.5", path = "../regex-syntax" }
3535
tabwriter = { version = "1.2.1", features = ["ansi_formatting"] }

0 commit comments

Comments
 (0)