From 6d4449bf7ba3cda9c9ec1a041a8fa837087021b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:52:22 +0000 Subject: [PATCH] fix(deps): update rust crate env_logger to 0.11.0 --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ec4f4e8..f126082 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.11.0" [features] default = [ "custom-protocol" ]