From 181dfe1157375fdb772953ff7a1d5f978444a513 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:24:55 +0000 Subject: [PATCH] chore(deps): update rust crate env_logger to 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb54a92..fd54cd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ uuid = { version = "1.4.1", features = ["v4"], optional = true } [dev-dependencies] anyhow = "1" -env_logger = "0.10" +env_logger = "0.11" native-tls = { version = "0.2" } test-log = { version = "0.2", default-features = false, features = ["trace"] } tokio = { version = "1", features = ["macros", "rt-multi-thread"] }