fix(build): declare relocated migration service dependencies (#7229)

This commit is contained in:
Zhengchao An
2026-09-06 01:37:02 +08:00
committed by GitHub
parent 30ab919bb3
commit 037354cec0
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -291,6 +291,8 @@ tokio-rustls = { workspace = true, default-features = false, features = ["loggin
aws-smithy-runtime-api = { workspace = true, features = ["http-1x"] }
aws-smithy-types = { workspace = true }
google-cloud-auth = { workspace = true, optional = true }
moka = { workspace = true, features = ["sync"] }
xxhash-rust = { workspace = true, features = ["xxh3"] }
aws-sdk-s3 = { workspace = true, default-features = false, features = ["sigv4a", "default-https-client", "rt-tokio"] }
tokio-stream.workspace = true
tokio-util = { workspace = true, features = ["io", "compat", "time"] }