mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 18:41:52 +08:00
fix(server): missing feature flag (#15473)
This commit is contained in:
Generated
+1
@@ -3660,6 +3660,7 @@ dependencies = [
|
||||
"tokio",
|
||||
"tokio-rustls",
|
||||
"tower-service",
|
||||
"webpki-roots 1.0.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -20,7 +20,7 @@ chrono = { workspace = true }
|
||||
crc32fast = "1.5.0"
|
||||
doc_extractor = { workspace = true }
|
||||
file-format = { workspace = true }
|
||||
gcp_auth = "0.12.7"
|
||||
gcp_auth = { version = "0.12.7", features = ["webpki-roots"] }
|
||||
hex = { workspace = true }
|
||||
hkdf = { workspace = true }
|
||||
hmac = "0.13"
|
||||
|
||||
Reference in New Issue
Block a user