Skip to content

Commit

Permalink
deps: bump regex-syntax to 0.6.21
Browse files Browse the repository at this point in the history
This brings in the fix for banning \P{any}.
  • Loading branch information
BurntSushi committed Nov 1, 2020
1 parent d03ae18 commit 8cb337a
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.20"
version = "0.6.21"
default-features = false

[dev-dependencies]
Expand Down

0 comments on commit 8cb337a

Please sign in to comment.