From 4468a75326c928efeb687616b3018720e9d82eb1 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 10 Nov 2022 00:25:36 +0000 Subject: [PATCH] Update Rust crate env_logger to 0.9.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a027e9..3df5d3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -617,9 +617,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.9.1" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272" +checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" dependencies = [ "atty", "humantime", diff --git a/Cargo.toml b/Cargo.toml index ce94e66..d6c5342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "TCP-over-HTTP solution" [dependencies] clap = { version = "4.0.11", features = ["derive", "env"] } log = "0.4.17" -env_logger = "0.9.1" +env_logger = "0.9.3" actix = "0.13.0" actix-web = { version = "4", features = ["rustls"] } actix-web-actors = "4.1.0" -- 2.45.2