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:
parent
d51475123e
commit
fbbab0d8e0
@ -18,7 +18,7 @@ http = "0.2"
|
|||||||
hyper = { version = "0.14.5", features = [ "full" ] }
|
hyper = { version = "0.14.5", features = [ "full" ] }
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
log = "0.4"
|
log = "0.4.17"
|
||||||
nix = "0.19.1"
|
nix = "0.19.1"
|
||||||
once_cell = "1.3.1"
|
once_cell = "1.3.1"
|
||||||
percent-encoding = "2.1"
|
percent-encoding = "2.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user