From ffb00ee6681a651811152a67b22a1bd802dcf01d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 6 Apr 2025 00:36:29 +0000 Subject: [PATCH] Update Rust crate env_logger to 0.11.8 --- central_backend/Cargo.lock | 4 ++-- central_backend/Cargo.toml | 2 +- custom_consumption/Cargo.lock | 4 ++-- custom_consumption/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index 136b9c0..ae54a1c 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -1115,9 +1115,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.7" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697" +checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" dependencies = [ "anstream", "anstyle", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 468351e..62fbee4 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] log = "0.4.27" -env_logger = "0.11.7" +env_logger = "0.11.8" lazy_static = "1.5.0" dotenvy = "0.15.7" clap = { version = "4.5.35", features = ["derive", "env"] } diff --git a/custom_consumption/Cargo.lock b/custom_consumption/Cargo.lock index cb9ba9e..da34740 100644 --- a/custom_consumption/Cargo.lock +++ b/custom_consumption/Cargo.lock @@ -1055,9 +1055,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.7" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697" +checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" dependencies = [ "anstream", "anstyle", diff --git a/custom_consumption/Cargo.toml b/custom_consumption/Cargo.toml index 2811612..2cde6d3 100644 --- a/custom_consumption/Cargo.toml +++ b/custom_consumption/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -env_logger = "0.11.7" +env_logger = "0.11.8" log = "0.4.27" clap = { version = "4.5.35", features = ["derive", "env"] } egui = "0.31.1"