From ec1e78a4df8a0b5349abb07493d78ba089881f82 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 5 Sep 2024 13:47:58 +0200 Subject: [PATCH] bump proxmox-log dependency to 0.2.4 for stderr logging Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c55bec87..00fd9195 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" +proxmox-log = "0.2.4" proxmox-ldap = "0.2.1" proxmox-metrics = "0.3.1" proxmox-notify = "0.4" diff --git a/debian/control b/debian/control index e1b32d09..2033a880 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, + librust-proxmox-log-0.2+default-dev (>= 0.2.4-~~), librust-proxmox-metrics-0.3+default-dev (>= 0.3.1-~~), librust-proxmox-notify-0.4+default-dev, librust-proxmox-notify-0.4+pbs-context-dev,