From bd9a5ad5ff3ac9ca1bf6ee37fd8ec1fdd4488a87 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Wed, 9 Mar 2022 17:52:57 -0500 Subject: [PATCH] Address RUSTSEC-2022-0013. Note that the risk from this vulnerability was minimal for this project. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4ff54c2a..690adfc8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2467,9 +2467,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" +checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" dependencies = [ "aho-corasick", "memchr",