sys: bump log dependency

to ensure format strings with "{var}" work properly.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2022-05-16 15:49:25 +02:00
parent 7fe84f8e15
commit 43b4440ef0
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ anyhow = "1.0"
base64 = "0.13"
lazy_static = "1.4"
libc = "0.2.107"
log = "0.4"
log = "0.4.17"
nix = "0.19.1"
regex = "1.2"
serde_json = "1.0"

View File

@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 12),
librust-base64-0.13+default-dev <!nocheck>,
librust-lazy-static-1+default-dev (>= 1.4-~~) <!nocheck>,
librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
librust-log-0.4+default-dev <!nocheck>,
librust-log-0.4+default-dev (>= 0.4.17-~~) <!nocheck>,
librust-nix-0.19+default-dev (>= 0.19.1-~~) <!nocheck>,
librust-proxmox-borrow-1+default-dev <!nocheck>,
librust-proxmox-io-1+default-dev <!nocheck>,
@ -39,7 +39,7 @@ Depends:
librust-base64-0.13+default-dev,
librust-lazy-static-1+default-dev (>= 1.4-~~),
librust-libc-0.2+default-dev (>= 0.2.107-~~),
librust-log-0.4+default-dev,
librust-log-0.4+default-dev (>= 0.4.17-~~),
librust-nix-0.19+default-dev (>= 0.19.1-~~),
librust-proxmox-borrow-1+default-dev,
librust-proxmox-io-1+default-dev,