Skip to content

Commit

Permalink
deps: bump to regex-automata 0.4.1
Browse files Browse the repository at this point in the history
This brings in a bug fix that was causing all DFA deserialization to
fail: rust-lang/regex@a2a1986
  • Loading branch information
BurntSushi committed Oct 9, 2023
1 parent fbf9b1d commit 09cfd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ memchr = { version = "2.6.1", default-features = false }
serde = { version = "1.0.85", default-features = false, optional = true }

[dependencies.regex-automata]
version = "0.4.0"
version = "0.4.1"
default-features = false
features = ["dfa-search"]
optional = true
Expand Down

0 comments on commit 09cfd76

Please sign in to comment.