From 0e161991f10c263d73a3f58aef57b51666698a2a Mon Sep 17 00:00:00 2001 From: Landon James Date: Fri, 27 Dec 2024 20:44:44 -0800 Subject: [PATCH] Bump patch version of aws-runtime crate --- aws/rust-runtime/Cargo.lock | 2 +- aws/rust-runtime/aws-runtime/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/rust-runtime/Cargo.lock b/aws/rust-runtime/Cargo.lock index 1508998aa0..4d9db35604 100644 --- a/aws/rust-runtime/Cargo.lock +++ b/aws/rust-runtime/Cargo.lock @@ -138,7 +138,7 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.5.2" +version = "1.5.3" dependencies = [ "arbitrary", "aws-credential-types", diff --git a/aws/rust-runtime/aws-runtime/Cargo.toml b/aws/rust-runtime/aws-runtime/Cargo.toml index f9ac90dcf8..a30478ac5c 100644 --- a/aws/rust-runtime/aws-runtime/Cargo.toml +++ b/aws/rust-runtime/aws-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-runtime" -version = "1.5.2" +version = "1.5.3" authors = ["AWS Rust SDK Team "] description = "Runtime support code for the AWS SDK. This crate isn't intended to be used directly." edition = "2021"