mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 22:54:24 +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"
|
docx-rs = "0.4.7"
|
||||||
image = "0.24.9"
|
image = "0.24.9"
|
||||||
umya-spreadsheet = "2.2.3"
|
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"] }
|
oauth2 = { version = "5.0.0", features = ["reqwest"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ lazy_static = "1.5"
|
|||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = "0.3"
|
tracing-subscriber = "0.3"
|
||||||
wiremock = "0.6.0"
|
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"
|
ctor = "0.2.7"
|
||||||
paste = "1.0"
|
paste = "1.0"
|
||||||
serde_yaml = "0.9.34"
|
serde_yaml = "0.9.34"
|
||||||
|
|||||||
Reference in New Issue
Block a user