From 18b0c3f7aaec25c1f965286ceac5d4aafa435a6f Mon Sep 17 00:00:00 2001 From: huzibaca Date: Tue, 19 Nov 2024 13:35:57 +0800 Subject: [PATCH] chore: update deps --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 938a8c6a..2d55bf14 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2730,7 +2730,7 @@ dependencies = [ "httpdate", "itoa 1.0.11", "pin-project-lite", - "socket2 0.5.7", + "socket2 0.4.10", "tokio", "tower-service", "tracing", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5c1e2a1f..fe1d62c4 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -67,9 +67,9 @@ url = "2.5.2" users = "0.11.0" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] -tauri-plugin-global-shortcut = "2.0.0-rc" -tauri-plugin-updater = "2.0.0-rc" -tauri-plugin-window-state = "2.0.0-rc" +tauri-plugin-global-shortcut = "2.0.1" +tauri-plugin-updater = "2.0.2" +tauri-plugin-window-state = "2.0.2" #openssl [features]