Skip to content

Commit 26d8e3a

Browse files
committed
deps: bump regex-automata to 0.4.0
1 parent dc0d79e commit 26d8e3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ optional = true
174174
# For the actual regex engines.
175175
[dependencies.regex-automata]
176176
path = "regex-automata"
177-
version = "0.3.9"
177+
version = "0.4.0"
178178
default-features = false
179179
features = ["alloc", "syntax", "meta", "nfa-pikevm"]
180180

Diff for: 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.5.10"
3131
regex = { version = "1.9.0", path = ".." }
32-
regex-automata = { version = "0.3.0", path = "../regex-automata", features = ["logging"] }
32+
regex-automata = { version = "0.4.0", path = "../regex-automata", features = ["logging"] }
3333
regex-lite = { version = "0.1.0", path = "../regex-lite" }
3434
regex-syntax = { version = "0.8.0", path = "../regex-syntax" }
3535
tabwriter = { version = "1.2.1", features = ["ansi_formatting"] }

0 commit comments

Comments
 (0)