From eb1abe45b6ac3236cad9d5e84095f7564212a883 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 28 Sep 2023 09:59:48 +0200 Subject: [PATCH] router: bump env_logger to 0.10 and move to workspace Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 1 + proxmox-router/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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