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:
@ -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" ] }
|
||||
|
Reference in New Issue
Block a user