From 7ca47d6fb9c02738246acf3cdbbfaa7b3f29449a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 12:41:48 +0800 Subject: [PATCH] chore(deps): Update env_logger requirement from 0.10 to 0.11 (#128) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93b4a0d..22ad878 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ log = "0.4" [dev-dependencies] anyhow = "1" dotenv = "0.15" -env_logger = "0.10" +env_logger = "0.11" futures = "0.3" rand = "0.8" tokio = { version = "1", features = ["full"] }