mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-07-25 10:15:54 +00:00
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 <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4983a3c0ba
commit
73b18b279d
@ -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"
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user