diff --git a/Cargo.toml b/Cargo.toml index 20dd68e5..f041ff61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,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" num-traits = "0.2" once_cell = "1.3.1" diff --git a/debian/control b/debian/control index 2f7c00e4..47d0f672 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Build-Depends: debhelper (>= 12), librust-hyper-0.14+full-dev (>= 0.14.5-~~), librust-lazy-static-1+default-dev (>= 1.4-~~), librust-libc-0.2+default-dev, - librust-log-0.4+default-dev, + librust-log-0.4.17+default-dev, librust-nix-0.19+default-dev (>= 0.19.1-~~), librust-nom-5+default-dev (>= 5.1-~~), librust-num-traits-0.2+default-dev, diff --git a/pbs-datastore/Cargo.toml b/pbs-datastore/Cargo.toml index 89101edf..4adf56c1 100644 --- a/pbs-datastore/Cargo.toml +++ b/pbs-datastore/Cargo.toml @@ -14,7 +14,7 @@ futures = "0.3" hex = { version = "0.4.3", features = [ "serde" ] } lazy_static = "1.4" libc = "0.2" -log = "0.4" +log = "0.4.17" nix = "0.19.1" openssl = "0.10" serde = { version = "1.0", features = ["derive"] } diff --git a/pbs-tools/Cargo.toml b/pbs-tools/Cargo.toml index bd138694..db93b024 100644 --- a/pbs-tools/Cargo.toml +++ b/pbs-tools/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.3" hex = "0.4.3" lazy_static = "1.4" libc = "0.2" -log = "0.4" +log = "0.4.17" nix = "0.19.1" nom = "5.1" openssl = "0.10" diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 28857da7..a182bf04 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -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" diff --git a/proxmox-restore-daemon/Cargo.toml b/proxmox-restore-daemon/Cargo.toml index 80f06c3f..af4146de 100644 --- a/proxmox-restore-daemon/Cargo.toml +++ b/proxmox-restore-daemon/Cargo.toml @@ -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"] } diff --git a/proxmox-rrd/Cargo.toml b/proxmox-rrd/Cargo.toml index d1332699..93af86b5 100644 --- a/proxmox-rrd/Cargo.toml +++ b/proxmox-rrd/Cargo.toml @@ -13,7 +13,7 @@ anyhow = "1.0" bitflags = "1.2.1" crossbeam-channel = "0.5" libc = "0.2" -log = "0.4" +log = "0.4.17" nix = "0.19.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"