From 1a059f3ebeb5a58a23391850292d423c52d606f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 9 Mar 2022 09:55:36 +0100 Subject: [PATCH] regex: bump to 1.5.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to ensure CVE fix for DoS on untrusted RE is picked up where it matters Signed-off-by: Fabian Grünbichler --- pbs-api-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbs-api-types/Cargo.toml b/pbs-api-types/Cargo.toml index e77d8bc4..e89c217b 100644 --- a/pbs-api-types/Cargo.toml +++ b/pbs-api-types/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0" hex = "0.4.3" lazy_static = "1.4" percent-encoding = "2.1" -regex = "1.2" +regex = "1.5.5" serde = { version = "1.0", features = ["derive"] } proxmox-lang = "1.0.0"