From cf3cc1ca5460de4c9b70931e0a1b246101630b4d Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 25 Oct 2022 22:04:56 +0000 Subject: [PATCH] Update Rust crate env_logger to 0.9.1 --- Cargo.lock | 4 ++-- twatch/Cargo.toml | 2 +- twatch_core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99c0dd8..73b2ffb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,9 +101,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" +checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272" dependencies = [ "atty", "humantime", diff --git a/twatch/Cargo.toml b/twatch/Cargo.toml index 396abc5..5fe02bd 100644 --- a/twatch/Cargo.toml +++ b/twatch/Cargo.toml @@ -8,6 +8,6 @@ edition = "2021" [dependencies] twatch_core = {path="../twatch_core"} tokio = {version="1.17.0", features=["full"]} -env_logger="0.9.0" +env_logger="0.9.1" log = "0.4.16" dotenv = "0.15.0" \ No newline at end of file diff --git a/twatch_core/Cargo.toml b/twatch_core/Cargo.toml index f7ff2c6..82f40a7 100644 --- a/twatch_core/Cargo.toml +++ b/twatch_core/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" [dependencies] transmission-rpc = "0.3.6" -env_logger="0.9.0" +env_logger="0.9.1" log = "0.4.16" \ No newline at end of file