From 1b275e7fb1315d9ae74d5f8d930426f3862575fa Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 25 Oct 2022 22:04:59 +0000 Subject: [PATCH] Update Rust crate log to 0.4.17 --- 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..cba2635 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -344,9 +344,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.16" +version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" +checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" dependencies = [ "cfg-if", ] diff --git a/twatch/Cargo.toml b/twatch/Cargo.toml index 396abc5..7224f02 100644 --- a/twatch/Cargo.toml +++ b/twatch/Cargo.toml @@ -9,5 +9,5 @@ edition = "2021" twatch_core = {path="../twatch_core"} tokio = {version="1.17.0", features=["full"]} env_logger="0.9.0" -log = "0.4.16" +log = "0.4.17" dotenv = "0.15.0" \ No newline at end of file diff --git a/twatch_core/Cargo.toml b/twatch_core/Cargo.toml index f7ff2c6..68a46a6 100644 --- a/twatch_core/Cargo.toml +++ b/twatch_core/Cargo.toml @@ -8,4 +8,4 @@ edition = "2021" [dependencies] transmission-rpc = "0.3.6" env_logger="0.9.0" -log = "0.4.16" \ No newline at end of file +log = "0.4.17" \ No newline at end of file -- 2.45.2