From 82e7669310b503e580c0ab1f3fddc51f9a764d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 19:18:27 +0000 Subject: [PATCH] build(deps): bump env_logger from 0.11.5 to 0.11.6 (#644) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 033c3f19..e31cb7f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1139,9 +1139,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.5" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" +checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" dependencies = [ "env_filter", "log", diff --git a/Cargo.toml b/Cargo.toml index 701fd8f1..760b5682 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ actix-web = { version = "4.9.0", features = [ actix-files = { version = "0.6.5", default-features = false } actix-cors = { version = "0.7.0", default-features = false } fake-useragent = { version = "0.1.3", default-features = false } -env_logger = { version = "0.11.1", default-features = false } +env_logger = { version = "0.11.6", default-features = false } log = { version = "0.4.21", default-features = false } mlua = { version = "0.9.9", features = [ "luajit",