From 3a0af22307193ff89855ae3632ea365ed746646d Mon Sep 17 00:00:00 2001 From: Zelda Hessler Date: Tue, 5 Nov 2024 10:07:45 -0600 Subject: [PATCH 1/2] increase windows CI timeout from 20 to 30 minutes --- .github/workflows/ci.yml | 2 +- aws/rust-runtime/aws-config/Cargo.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1d641c61d..9ee71de590 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -203,7 +203,7 @@ jobs: test-rust-windows: name: Rust Tests on Windows runs-on: windows-latest - timeout-minutes: 20 + timeout-minutes: 30 env: # Disable incremental compilation to reduce disk space use CARGO_INCREMENTAL: 0 diff --git a/aws/rust-runtime/aws-config/Cargo.lock b/aws/rust-runtime/aws-config/Cargo.lock index e45e6bf9a2..8837a98675 100644 --- a/aws/rust-runtime/aws-config/Cargo.lock +++ b/aws/rust-runtime/aws-config/Cargo.lock @@ -45,7 +45,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "aws-config" -version = "1.5.9" +version = "1.5.10" dependencies = [ "aws-credential-types", "aws-runtime", @@ -283,7 +283,7 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.7.3" +version = "1.7.2" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -298,7 +298,7 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.2.9" +version = "1.2.8" dependencies = [ "base64-simd", "bytes", From 52e0305d3e0cad9547348347b2446f0943057203 Mon Sep 17 00:00:00 2001 From: Zelda Hessler Date: Tue, 5 Nov 2024 10:19:30 -0600 Subject: [PATCH 2/2] undo Cargo.lock change --- aws/rust-runtime/aws-config/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aws/rust-runtime/aws-config/Cargo.lock b/aws/rust-runtime/aws-config/Cargo.lock index 8837a98675..e45e6bf9a2 100644 --- a/aws/rust-runtime/aws-config/Cargo.lock +++ b/aws/rust-runtime/aws-config/Cargo.lock @@ -45,7 +45,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "aws-config" -version = "1.5.10" +version = "1.5.9" dependencies = [ "aws-credential-types", "aws-runtime", @@ -283,7 +283,7 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.7.2" +version = "1.7.3" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -298,7 +298,7 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.2.8" +version = "1.2.9" dependencies = [ "base64-simd", "bytes",