router: bump env_logger to 0.10 and move to workspace

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-09-28 09:59:48 +02:00
parent 9fa4185196
commit eb1abe45b6
2 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ base64 = "0.13"
bytes = "1.0"
crc32fast = "1"
endian_trait = "0.6"
env_logger = "0.10"
flate2 = "1.0"
futures = "0.3"
handlebars = "3.0"

View File

@ -11,7 +11,7 @@ exclude.workspace = true
[dependencies]
anyhow.workspace = true
env_logger = { version = "0.9", optional = true }
env_logger = { workspace = true, optional = true }
http = { workspace = true, optional = true }
hyper = { workspace = true, features = [ "full" ], optional = true }
nix.workspace = true