build: bump required log version

else logging using "{var}" in format strings doesn't work properly.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2022-05-16 15:02:07 +02:00
parent d51475123e
commit fbbab0d8e0

View File

@ -18,7 +18,7 @@ http = "0.2"
hyper = { version = "0.14.5", features = [ "full" ] }
lazy_static = "1.4"
libc = "0.2"
log = "0.4"
log = "0.4.17"
nix = "0.19.1"
once_cell = "1.3.1"
percent-encoding = "2.1"