regex: bump to 1.5.5

to ensure CVE fix for DoS on untrusted RE is picked up where it matters

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler
2022-03-09 09:55:36 +01:00
parent 904ce33d9f
commit a07ace0d1e
3 changed files with 3 additions and 3 deletions

View File

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