From 48e09a85e46d2b8cc379cd0b69cd98467639f7ff Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 2 Sep 2023 11:13:24 -0400 Subject: [PATCH] deps: bump regex-automata to 0.3.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4cc42b6cd..7afdfdc35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -174,7 +174,7 @@ optional = true # For the actual regex engines. [dependencies.regex-automata] path = "regex-automata" -version = "0.3.7" +version = "0.3.8" default-features = false features = ["alloc", "syntax", "meta", "nfa-pikevm"]