diff --git a/Cargo.toml b/Cargo.toml index e334ac16..698032e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/proxmox-router/Cargo.toml b/proxmox-router/Cargo.toml index 1c08ce24..5cd741f9 100644 --- a/proxmox-router/Cargo.toml +++ b/proxmox-router/Cargo.toml @@ -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