From 03ff8fc10450ecf1af9f4d4c9e24c5823abbd2f3 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 22 Jan 2024 15:35:37 +0100 Subject: [PATCH] Bump env_logger dependency to 0.11 This requires Cargo 1.71 because of certain incompatibilities in the Cargo manifest. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 429e00a..dfab825 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,5 +35,5 @@ url = "2" which = "6.0" [dev-dependencies] -env_logger = "0.10" +env_logger = "0.11" tokio = { version = "1.1", features = ["macros", "parking_lot", "rt-multi-thread"] }