From ee3e82780a15add72f970aad6eb297b1ecb592a2 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 23 Oct 2024 01:25:29 +0000 Subject: [PATCH] Update all dependencies --- twatch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twatch/Cargo.toml b/twatch/Cargo.toml index ba90371..05a64ec 100644 --- a/twatch/Cargo.toml +++ b/twatch/Cargo.toml @@ -8,6 +8,6 @@ edition = "2021" [dependencies] twatch_core = {path="../twatch_core"} tokio = {version="1.21.2", features=["full"]} -env_logger="0.9.1" +env_logger="0.11.0" log = "0.4.17" dotenv = "0.15.0" \ No newline at end of file