From 1a2ad4aa0fef59c6383641525c024ee9792d9d2d Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 25 Aug 2024 10:36:07 +0200 Subject: [PATCH] Use minor version target --- runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 09b36f24..f74ef16d 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -13,7 +13,7 @@ tauri = { version = "1.7.1", features = [ "updater", "http-all", "shell-sidecar" tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -keyring = { version = "3.2.0", features = ["apple-native", "windows-native", "sync-secret-service"] } +keyring = { version = "3.2", features = ["apple-native", "windows-native", "sync-secret-service"] } arboard = "3.4.0" tokio = "1.39" flexi_logger = "0.28"