From fcbb01ed2366f8dcc8a5f3a1e5b4a4fd2611b8cc Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 25 May 2025 00:51:10 +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