From 8cb337a0a127b85b8060e8233962cbd7e1674c89 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 1 Nov 2020 11:27:57 -0500 Subject: [PATCH] deps: bump regex-syntax to 0.6.21 This brings in the fix for banning \P{any}. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd238a9575..6340d7d7dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]