Skip to content

Commit f0e19e1

Browse files
committed
Fix CI tool versions
1 parent 9db0c6c commit f0e19e1

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/pull-request-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
apt_dependencies: libssl-dev gnuplot jq
3636
java_version: 17
3737
rust_toolchain_components: clippy,rustfmt
38-
rust_nightly_version: nightly-2025-09-20
38+
rust_nightly_version: nightly-2025-10-18
3939
ENCRYPTED_DOCKER_PASSWORD: ${{ secrets.ENCRYPTED_DOCKER_PASSWORD }}
4040
DOCKER_LOGIN_TOKEN_PASSPHRASE: ${{ secrets.DOCKER_LOGIN_TOKEN_PASSPHRASE }}
4141

aws/rust-runtime/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/rust-runtime/aws-types/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ tempfile = "3.16.0"
3030
tracing-test = "0.2.5"
3131
tokio = { version = "1", features = ["rt", "macros"] }
3232
aws-smithy-runtime-api = { path = "../../../rust-runtime/aws-smithy-runtime-api", features = ["http-02x"] }
33+
aws-smithy-runtime = { path = "../../../rust-runtime/aws-smithy-runtime", features = ["client"] }
3334

3435
[build-dependencies]
3536
rustc_version = "0.4.0"

tools/ci-build/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
ARG base_image=public.ecr.aws/amazonlinux/amazonlinux:2023
99
ARG rust_stable_version=1.90.0
10-
ARG rust_nightly_version=nightly-2025-09-20
10+
ARG rust_nightly_version=nightly-2025-10-18
1111

1212
FROM ${base_image} AS bare_base_image
1313
RUN yum -y updateinfo && yum clean all && rm -rf /var/cache/yum
@@ -129,12 +129,12 @@ ARG cargo_deny_version=0.16.4
129129
ARG cargo_udeps_version=0.1.56
130130
ARG cargo_hack_version=0.6.27
131131
ARG cargo_minimal_versions_version=0.1.27
132-
ARG cargo_check_external_types_version=0.3.0
132+
ARG cargo_check_external_types_version=0.4.0
133133
ARG maturin_version=1.5.1
134134
ARG wasm_pack_version=0.13.1
135135
ARG cargo_wasmtime_version=38.0.4
136136
ARG cargo_component_version=0.20.0
137-
ARG cargo_semver_checks_version=0.41.0
137+
ARG cargo_semver_checks_version=0.46.0
138138
ARG cargo_mdbook_version=0.4.37
139139
ARG cargo_mdbook_mermaid_version=0.13.0
140140
ARG rust_nightly_version

0 commit comments

Comments
 (0)