From 0dcd80392e18f10caeadb74257ba819070888d49 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 May 2022 01:15:38 +0000 Subject: fix(deps): update rust crate log to 0.4.17 --- crates/whirl/Cargo.toml | 2 +- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_config/Cargo.toml | 2 +- crates/whirl_server/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 5a373fe..607c380 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -17,7 +17,7 @@ publish = false dotenv = "0.15.0" # Logging -log = "0.4.14" +log = "0.4.17" flexi_logger = "0.22.3" human-panic = "1.0.3" # simple-error = "0.2.3" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 7c0dc8a..12fa201 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -28,7 +28,7 @@ serde = "1.0.136" serde_derive = "1.0.136" # Logging -log = "0.4.14" +log = "0.4.17" # Config whirl_config = { path = "../whirl_config" } diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index 7bfd7e3..d73907b 100644 --- a/crates/whirl_config/Cargo.toml +++ b/crates/whirl_config/Cargo.toml @@ -21,4 +21,4 @@ serde = "1.0.136" serde_derive = "1.0.136" # Logging -log = "0.4.14" +log = "0.4.17" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 179fdbd..ffdf2c8 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Logging -log = "0.4.14" +log = "0.4.17" # Utility async-trait = "0.1.52" -- cgit v1.2.3