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"