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:
parent
9fa4185196
commit
eb1abe45b6
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user