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:
@ -14,7 +14,7 @@ http = "0.2"
|
||||
hyper = { version = "0.14", features = [ "full" ] }
|
||||
lazy_static = "1.4"
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
log = "0.4.17"
|
||||
nix = "0.19.1"
|
||||
regex = "1.5"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
Reference in New Issue
Block a user