From 73179319c226c0be424c3fd979fa703b5d8b692e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 03:44:37 +0000 Subject: [PATCH] fix(deps): update rust crate env_logger to 0.10.2 --- Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b313bd7..acd7e84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -659,9 +659,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.10.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" +checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" dependencies = [ "humantime", "is-terminal", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ec4f4e8..fd5a5c2 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -20,7 +20,7 @@ tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", br tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" } tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" } log = "0.4.20" -env_logger = "0.10.0" +env_logger = "0.10.2" [features] default = [ "custom-protocol" ]