fix: crash on windows

This commit is contained in:
2024-11-03 13:05:24 +07:00
parent d1018ba8d1
commit bfed56ba13
2 changed files with 3 additions and 4 deletions

View File

@@ -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]