deps: env_logger update to 0.9

and removal from main crate, not needed there anymore.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler
2021-11-29 14:10:04 +01:00
parent 0e994eb938
commit b25e07b3ce
3 changed files with 2 additions and 3 deletions

View File

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