From c62f7e2e97d53a7dc86beb425f6f59dc822f3bc0 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 29 Feb 2024 00:13:02 +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 e063637..e4e68e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1104,9 +1104,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 2958ea2..4c389dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] light-openid = { version = "1.0.1", features=["crypto-wrapper"] } -log = "0.4.20" +log = "0.4.21" env_logger = "0.10.0" clap = { version = "4.3.23", features = ["derive", "env"] } lazy_static = "1.4.0"