Skip to content

Commit 238e830

Browse files
authored
Bump nightly version to nightly-2025-08-06 (#1340)
<!-- IMPORTANT: > Making changes to examples? Be sure to make example changes in the awsdocs/aws-doc-sdk-examples repository (https://github.com/awsdocs/aws-doc-sdk-examples). The examples in aws-sdk-rust are copied from the `rust_dev_preview/` directory in that repository. > Making changes to code? All the code in aws-sdk-rust is auto-generated by smithy-rs (https://github.com/awslabs/smithy-rs). Changes to code need to be made in that repository. --> ## Motivation and Context <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here --> We have been seeing some failures in the Security Audit action ([ex](https://github.com/awslabs/aws-sdk-rust/actions/runs/16791581976)) due to our version of `nightly` being too old. I bumped the version to `nightly-2025-08-06` for both the Security Audit and Canary actions. Note: I am concurrently making this change to smithy-rs to align all of our nightly versions: smithy-lang/smithy-rs#4254 ## Testing Successfully an both actions against this branch: Security Audit: https://github.com/awslabs/aws-sdk-rust/actions/runs/16815630530 Canary: https://github.com/awslabs/aws-sdk-rust/actions/runs/16815660696 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 534a766 commit 238e830

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- cron: "0 0 * * *"
55
workflow_dispatch:
66
env:
7-
rust_version: nightly-2024-09-04
7+
rust_version: nightly-2025-08-06
88

99
# RUSTSEC-2020-0071 , RUSTSEC-2020-0159
1010
# chrono, a Rust date-time crate we use for timestamp parsing was added

.github/workflows/canary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "canary*"
99
env:
1010
tool_rust_version: 1.86.0
11-
rust_nightly_version: nightly-2025-05-04
11+
rust_nightly_version: nightly-2025-08-06
1212

1313
jobs:
1414
generate-canary-matrix:

0 commit comments

Comments
 (0)