From 4a28efe24021cf2a6753fdab02226e120767328a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 30 Jun 2021 06:54:24 +0000 Subject: [PATCH] Update Rust crate rusoto_ec2 to v0.47.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52057f5..16dae0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ exclude = [ [dependencies] rusoto_core = "=0.46.0" rusoto_cloudformation = "=0.46.0" -rusoto_ec2 = "=0.46.0" +rusoto_ec2 = "=0.47.0" rusoto_s3 = "=0.46.0" rusoto_sts = "=0.46.0" tokio = { version = ">=0.3.0", features = ["full"] }