From 73b18b279d3414f193e4e24605d193226b91c02c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 19 Nov 2024 11:40:04 +0100 Subject: [PATCH] cargo: require proxmox-log 0.2.6 To ensure the fix for avoiding printing verbose log levels to stderr, stdout is included, as that spams the log with the full worker log tasks. Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8edb52b0..7ad5d150 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ proxmox-http = { version = "0.9.0", features = [ "client", "http-helpers", "webs proxmox-human-byte = "0.1" proxmox-io = "1.0.1" # tools and client use "tokio" feature proxmox-lang = "1.1" -proxmox-log = "0.2.4" +proxmox-log = "0.2.6" proxmox-ldap = "0.2.1" proxmox-metrics = "0.3.1" proxmox-notify = "0.5" diff --git a/debian/control b/debian/control index 70dbdec1..162c0673 100644 --- a/debian/control +++ b/debian/control @@ -72,7 +72,7 @@ Build-Depends: bash-completion, librust-proxmox-io-1+tokio-dev (>= 1.0.1-~~), librust-proxmox-lang-1+default-dev (>= 1.1-~~), librust-proxmox-ldap-0.2+default-dev (>= 0.2.1-~~), - librust-proxmox-log-0.2+default-dev (>= 0.2.4-~~), + librust-proxmox-log-0.2+default-dev (>= 0.2.6-~~), librust-proxmox-metrics-0.3+default-dev (>= 0.3.1-~~), librust-proxmox-notify-0.5+default-dev, librust-proxmox-notify-0.5+pbs-context-dev,