From 3f15f1cf355577fe369c15ce60e1d225a163bf29 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 26 Aug 2023 09:51:18 -0400 Subject: [PATCH] deps: bump regex-syntax and regex-automata versions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cd2e30a5d..e8e1608ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -173,14 +173,14 @@ optional = true # For the actual regex engines. [dependencies.regex-automata] path = "regex-automata" -version = "0.3.6" +version = "0.3.7" default-features = false features = ["alloc", "syntax", "meta", "nfa-pikevm"] # For parsing regular expressions. [dependencies.regex-syntax] path = "regex-syntax" -version = "0.7.3" +version = "0.7.5" default-features = false [dev-dependencies]