From 7864acbadb83ea8ba8be0d8ccda610e765b47626 Mon Sep 17 00:00:00 2001 From: huzibaca Date: Sun, 8 Dec 2024 22:10:15 +0800 Subject: [PATCH] chore: update deps(tauri-plugin-autostart) --- src-tauri/Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 103e380b..afe46139 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -2903,7 +2903,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 2e36a7b6..4935a25b 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -71,7 +71,7 @@ url = "2.5.2" users = "0.11.0" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] -tauri-plugin-autostart = "2.0.0-rc" +tauri-plugin-autostart = "2.0.1" tauri-plugin-global-shortcut = "2.0.1" tauri-plugin-updater = "2.0.2" tauri-plugin-window-state = "2.0.2"