feat: vendor keyring crate to fix non-hermetic builds (#1908)

This commit is contained in:
sana-db
2025-04-01 05:27:51 -07:00
committed by GitHub
parent 1e989607f9
commit 591a84453b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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