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" ]