Skip to content

Commit

Permalink
deps: bump regex-automata to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Oct 9, 2023
1 parent dc0d79e commit 26d8e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -174,7 +174,7 @@ optional = true
# For the actual regex engines.
[dependencies.regex-automata]
path = "regex-automata"
version = "0.3.9"
version = "0.4.0"
default-features = false
features = ["alloc", "syntax", "meta", "nfa-pikevm"]

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

0 comments on commit 26d8e3a

Please sign in to comment.