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" ] }