diff --git a/Cargo.toml b/Cargo.toml index e97aa70..d1e0708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" authors = ["Christoph Wurst "] [dependencies] -dotenv = "0.11.0" +dotenv = "0.12.0" env_logger = "0.4.3" futures = "0.1.17" hyper = "^0.11"