From c6961093efb9c30a883f54acff3e10cf9f0e9ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 19 Oct 2020 11:54:29 +0300 Subject: [PATCH] Update to env_logger 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a51a417..c4c718a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ version = "0.10" [dev-dependencies] futures = "0.3" url = "2.0.0" -env_logger = "0.7" +env_logger = "0.8" async-std = { version = "1.0", features = ["attributes", "unstable"] } [[example]]