schema: bump regex dep to 1.5

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-12-16 11:16:00 +01:00
parent e865ac59f3
commit 241dbcff16

View File

@ -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"