From 4136a1b850e9634b4494f48fa971328b0b058850 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 7 Jul 2023 13:45:53 -0400 Subject: [PATCH] deps: bump regex-automata to 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a0ffa9c3..fe803668e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -173,7 +173,7 @@ optional = true # For the actual regex engines. [dependencies.regex-automata] path = "regex-automata" -version = "0.3.0" +version = "0.3.1" default-features = false features = ["alloc", "syntax", "meta", "nfa-pikevm"]