From 709248c4f8d34264157d45db8c34bd008021de44 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 22 May 2023 17:58:22 -0400 Subject: [PATCH] deps: bump regex-syntax to 0.7.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e580d6ac4..50c2c8140 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.7.1" +version = "0.7.2" default-features = false [dev-dependencies]