diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 97a7aeead08..0cdd7d06712 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -19,7 +19,9 @@ path = "tests/lib.rs" [dependencies] anyhow = { workspace = true } async-trait = { workspace = true } -aws-config = { version = "1.1.7", features = ["behavior-version-latest"], optional = true } +aws-config = { version = "1.1.7", features = [ + "behavior-version-latest" +], optional = true } aws-sdk-kms = { version = "1.37.0", optional = true } clap = { workspace = true } cynic = { workspace = true }