Skip to content

Commit 15e21ce

Browse files
authored
chore(stackable-devel): Bump rust dependencies (#1435)
* chore(stackable-devel): Bump rust dependencies * chore: Update changelog
1 parent 8b84d2c commit 15e21ce

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ All notable changes to this project will be documented in this file.
4646
- nifi: Backported NiFi-15567 to NiFi 2.6.0 and 2.7.2 to fix CVE CVE-2026-25903 ([#1429]).
4747
- ubi9-rust-builder: Bump rust toolchain and cargo auditable versions ([#1432]).
4848
- stackable-base: Bump ubi9 image hash ([#1433]).
49-
- stackable-devel: Bump ubi9 image hash ([#1433]).
49+
- stackable-devel: Bump ubi9 image hash, update rust toolchain ([#1433], [#1435]).
5050

5151
### Removed
5252

@@ -112,6 +112,7 @@ All notable changes to this project will be documented in this file.
112112
[#1429]: https://github.com/stackabletech/docker-images/pull/1429
113113
[#1432]: https://github.com/stackabletech/docker-images/pull/1432
114114
[#1433]: https://github.com/stackabletech/docker-images/pull/1433
115+
[#1435]: https://github.com/stackabletech/docker-images/pull/1435
115116

116117
## [25.11.0] - 2025-11-07
117118

stackable-devel/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ COPY stackable-base/stackable/curlrc /root/.curlrc
4747
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
4848
# TODO (@NickLarsenNZ): Move the version into boil-config.toml once renovate can look there
4949
# renovate: datasource=github-releases packageName=rust-lang/rust
50-
ARG RUST_DEFAULT_TOOLCHAIN_VERSION=1.89.0
50+
ARG RUST_DEFAULT_TOOLCHAIN_VERSION=1.93.0
5151
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=${RUST_DEFAULT_TOOLCHAIN_VERSION}
5252
# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
5353
# renovate: datasource=crate packageName=cargo-cyclonedx
5454
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
5555
# Find the latest version here: https://crates.io/crates/cargo-auditable
5656
# renovate: datasource=crate packageName=cargo-auditable
57-
ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.1
57+
ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.2
5858

5959
RUN <<EOF
6060
microdnf update

0 commit comments

Comments
 (0)