From 446ecd6154854274c70b015e6c2718cdf2f48c57 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 5 Aug 2023 18:20:04 -0400 Subject: [PATCH] deps: bump regex-automata to 0.3.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54b0e206e..e056c5bb7 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.5" +version = "0.3.6" default-features = false features = ["alloc", "syntax", "meta", "nfa-pikevm"]