From 1ebd4822c4695757dc11749e99be66a1525fcc27 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 29 Feb 2024 00:14:05 +0000 Subject: [PATCH] Update Rust crate log to 0.4.21 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e93466..ae46600 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1121,9 +1121,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "memchr" diff --git a/Cargo.toml b/Cargo.toml index 82951d1..019d100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "TCP-over-HTTP solution" [dependencies] clap = { version = "4.4.18", features = ["derive", "env"] } -log = "0.4.20" +log = "0.4.21" env_logger = "0.10.2" actix = "0.13.3" actix-web = { version = "4", features = ["rustls-0_21"] }