From 241dbcff16edfc521907dce4642291528d59c232 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 16 Dec 2021 11:16:00 +0100 Subject: [PATCH] schema: bump regex dep to 1.5 Signed-off-by: Wolfgang Bumiller --- proxmox-schema/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-schema/Cargo.toml b/proxmox-schema/Cargo.toml index 5146f83b..f3c1126a 100644 --- a/proxmox-schema/Cargo.toml +++ b/proxmox-schema/Cargo.toml @@ -11,7 +11,7 @@ exclude = [ "debian" ] [dependencies] anyhow = "1.0" lazy_static = "1.4" -regex = "1.2" +regex = "1.5" serde = "1.0" serde_json = "1.0" textwrap = "0.11"