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"