From b0e10e76dc79ab308d785353b077612fd53e4c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 22:42:27 +0000 Subject: [PATCH] Bump control-aws from v0.3.0 to v0.3.1 Bumps [control-aws](https://github.com/controlant-org/control-aws) from v0.3.0 to v0.3.1. - [Commits](https://github.com/controlant-org/control-aws/compare/e2da4c0cfe66d4a1dc66cc81e64ed795fa73787b...e31076e0c64f53678210dbb6e82a33bf27de5d96) --- updated-dependencies: - dependency-name: control-aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad2e261..1244835 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,8 +569,8 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "control-aws" -version = "0.3.0" -source = "git+https://github.com/controlant-org/control-aws.git?tag=v0.3.0#e2da4c0cfe66d4a1dc66cc81e64ed795fa73787b" +version = "0.3.1" +source = "git+https://github.com/controlant-org/control-aws.git?tag=v0.3.1#e31076e0c64f53678210dbb6e82a33bf27de5d96" dependencies = [ "aws-config", "aws-sdk-organizations", diff --git a/Cargo.toml b/Cargo.toml index 974e130..50a02cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ fastrand = "2" tokio = { version = "1", features = ["full"] } # AWS -control-aws = { git = "https://github.com/controlant-org/control-aws.git", tag = "v0.3.0" } +control-aws = { git = "https://github.com/controlant-org/control-aws.git", tag = "v0.3.1" } aws-config = { version = "1", features = ["behavior-version-latest"] } aws-sdk-ec2 = "1" aws-sdk-eks = "1"