Skip to content

Commit

Permalink
deps: bump regex-syntax minimum version to 0.6.18
Browse files Browse the repository at this point in the history
This includes fixes necessary for supporting empty sub-expressions.
  • Loading branch information
BurntSushi committed May 28, 2020
1 parent 9504716 commit 60e949b
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 @@ -118,7 +118,7 @@ optional = true
# For parsing regular expressions.
[dependencies.regex-syntax]
path = "regex-syntax"
version = "0.6.17"
version = "0.6.18"
default-features = false

[dev-dependencies]
Expand Down

0 comments on commit 60e949b

Please sign in to comment.