diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 5a879b2c..69904299 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2987,8 +2987,7 @@ dependencies = [ [[package]] name = "keyring-search" version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fba83ff0a0efb658afeaaa6de89c7abd3ccd34333f5a36d5dae417334fcd488" +source = "git+https://github.com/reyamir/keyring-search#59d54e6a28229f09f87b9b043690ee8a1d63221e" dependencies = [ "byteorder", "lazy_static", @@ -3725,7 +3724,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.79", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7f13e986..81b43fc5 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -47,7 +47,7 @@ futures = "0.3.30" linkify = "0.10.0" regex = "1.10.4" keyring = { version = "3", features = ["apple-native", "windows-native"] } -keyring-search = "1.2.0" +keyring-search = { git = "https://github.com/reyamir/keyring-search" } tracing-subscriber = { version = "0.3.18", features = ["fmt"] } [target.'cfg(target_os = "macos")'.dependencies]