From b25e07b3ce7919de14908138b3f237e169c9a305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 29 Nov 2021 14:10:04 +0100 Subject: [PATCH] deps: env_logger update to 0.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and removal from main crate, not needed there anymore. Signed-off-by: Fabian Grünbichler --- Cargo.toml | 1 - debian/control | 2 +- proxmox-restore-daemon/Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cb4078be..d4af37e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,6 @@ bytes = "1.0" cidr = "0.2.1" crc32fast = "1" endian_trait = { version = "0.6", features = ["arrays"] } -env_logger = "0.7" flate2 = "1.0" anyhow = "1.0" thiserror = "1.0" diff --git a/debian/control b/debian/control index c99480a3..3ef756ac 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 12), librust-crossbeam-channel-0.5+default-dev, librust-endian-trait-0.6+arrays-dev, librust-endian-trait-0.6+default-dev, - librust-env-logger-0.7+default-dev, + librust-env-logger-0.9+default-dev, librust-flate2-1+default-dev, librust-foreign-types-0.3+default-dev, librust-futures-0.3+default-dev, diff --git a/proxmox-restore-daemon/Cargo.toml b/proxmox-restore-daemon/Cargo.toml index fe8b031f..ccfc108c 100644 --- a/proxmox-restore-daemon/Cargo.toml +++ b/proxmox-restore-daemon/Cargo.toml @@ -8,7 +8,7 @@ description = "Proxmox Restore Daemon" [dependencies] anyhow = "1.0" base64 = "0.13" -env_logger = "0.7" +env_logger = "0.9" futures = "0.3" http = "0.2" hyper = { version = "0.14", features = [ "full" ] }