From 8d1e63360405e296f4521a62fa4e2bb039d171ed Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 27 Apr 2024 00:18:01 +0000 Subject: [PATCH] Update Rust crate log to 0.4.21 --- Cargo.lock | 7 ++----- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0469db9..698839f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -743,12 +743,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.16" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" -dependencies = [ - "cfg-if", -] +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "matches" diff --git a/Cargo.toml b/Cargo.toml index dbe4b54..02bcb32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ actix-web = "4" actix-files = "0.6" actix-multipart = "0.4" env_logger = "0.9.0" -log = "0.4" +log = "0.4.21" bytes = "1.1.0" futures-util = { version = "0.3.21", default-features = false, features = ["std"] } tar = "0.4.38" \ No newline at end of file