From 1a54a829ba730257cbb8ed53521db11be318c43e Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 16 Oct 2023 10:46:01 -0400 Subject: [PATCH] deps: bump regex-automata to 0.4.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45132a906..55108a968 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.4.2" +version = "0.4.3" default-features = false features = ["alloc", "syntax", "meta", "nfa-pikevm"]