proxmox-tools: update regex and lazy_static

to those versions available in Debian unstable

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2019-12-17 14:46:35 +01:00
parent 2abdbb5113
commit a33d9a35db

View File

@ -12,10 +12,10 @@ base64 = "0.10"
chrono = "0.4"
endian_trait = { version = "0.6", features = ["arrays"] }
failure = "0.1"
lazy_static = "1.3"
lazy_static = "1.4"
libc = "0.2"
nix = "0.16"
regex = "1.0"
regex = "1.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
valgrind_request = { version = "1.1.0", optional = true }