From 50599e90d0f8df755b05c109b2c999ceeb9a3ef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 05:42:45 +0000 Subject: [PATCH] Bump aws-types from 0.8.0 to 0.14.0 Dependabot couldn't find the original pull request head commit, 91762068ad40086e6c5cafe5493b00053fe67922. --- Cargo.lock | 2 +- create-rust-app/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df2591fd..8a3e0f99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1378,7 +1378,7 @@ dependencies = [ "aws-config", "aws-endpoint 0.14.0", "aws-sdk-s3", - "aws-types 0.8.0", + "aws-types 0.14.0", "axum", "base64 0.21.0", "cargo_metadata", diff --git a/create-rust-app/Cargo.toml b/create-rust-app/Cargo.toml index 436867d9..f8b2f386 100644 --- a/create-rust-app/Cargo.toml +++ b/create-rust-app/Cargo.toml @@ -68,7 +68,7 @@ cargo_toml = { optional = true, version = "0.14.0" } # plugin_storage aws-config = { optional = true, version = "0.14.0" } -aws-types = { optional = true, version = "0.8.0" } +aws-types = { optional = true, version = "0.14.0" } aws-endpoint = { optional = true, version = "0.14.0" } aws-sdk-s3 = { optional = true, version = "0.8.0" } http = { optional = true, version = "0.2.6" }