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