mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
feat: vendor keyring crate to fix non-hermetic builds (#1908)
This commit is contained in:
@@ -46,7 +46,7 @@ lopdf = "0.35.0"
|
||||
docx-rs = "0.4.7"
|
||||
image = "0.24.9"
|
||||
umya-spreadsheet = "2.2.3"
|
||||
keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "sync-secret-service"] }
|
||||
keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "sync-secret-service", "vendored"] }
|
||||
oauth2 = { version = "5.0.0", features = ["reqwest"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -53,7 +53,7 @@ lazy_static = "1.5"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
wiremock = "0.6.0"
|
||||
keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "sync-secret-service"] }
|
||||
keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "sync-secret-service", "vendored"] }
|
||||
ctor = "0.2.7"
|
||||
paste = "1.0"
|
||||
serde_yaml = "0.9.34"
|
||||
|
||||
Reference in New Issue
Block a user