fix(kms): version local key records safely

This commit is contained in:
overtrue
2026-08-02 19:13:29 +08:00
parent b1ddda3bb2
commit 1131a00fc2
10 changed files with 404 additions and 4 deletions
+3
View File
@@ -99,6 +99,9 @@ tokio = { workspace = true, features = ["net", "test-util"] }
# Replays canned AWS KMS HTTP exchanges so the AWS backend tests stay offline.
aws-smithy-http-client = { workspace = true, default-features = false, features = ["test-util"] }
http = { workspace = true }
# Captures warning events in format-compatibility tests without installing a
# process-wide subscriber.
tracing-subscriber = { workspace = true, features = ["fmt"] }
[features]
default = []