From 19b4ac2e833c90906192e4a4c7964e2fae9c110c Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Mon, 14 Mar 2022 13:19:35 +0200 Subject: [PATCH] Update regex crate to 1.5.5 to fix security vulnerability. See https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw?pli=1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17a243c..b05a7cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ name = "evalexpr" path = "src/lib.rs" [dependencies] -regex = { version = "1.5.4", optional = true} +regex = { version = "1.5.5", optional = true} serde = { version = "1.0.133", optional = true} serde_derive = { version = "1.0.133", optional = true}