Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.89.0"
channel = "1.95.0"
profile = "default"
4 changes: 2 additions & 2 deletions stackable-devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ COPY stackable-base/stackable/curlrc /root/.curlrc
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
# TODO (@NickLarsenNZ): Move the version into boil-config.toml once renovate can look there
# renovate: datasource=github-releases packageName=rust-lang/rust
ARG RUST_DEFAULT_TOOLCHAIN_VERSION=1.93.0
ARG RUST_DEFAULT_TOOLCHAIN_VERSION=1.95.0
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=${RUST_DEFAULT_TOOLCHAIN_VERSION}
# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
# renovate: datasource=crate packageName=cargo-cyclonedx
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.9
# Find the latest version here: https://crates.io/crates/cargo-auditable
# renovate: datasource=crate packageName=cargo-auditable
ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.4
ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.5

RUN <<EOF
microdnf update
Expand Down
6 changes: 3 additions & 3 deletions ubi10-rust-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ ENV RUSTUP_VERSION=1.28.2
# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
# renovate: datasource=github-releases packageName=rust-lang/rust
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.93.0
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.95.0
# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
# renovate: datasource=crate packageName=cargo-cyclonedx
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.9
# Find the latest version here: https://crates.io/crates/cargo-auditable
# renovate: datasource=crate packageName=cargo-auditable
ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.2
ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.5
# Find the latest version here: https://github.com/protocolbuffers/protobuf/releases
# Upload any newer version to nexus with ./.scripts/upload_new_protoc_version.sh
# renovate: datasource=github-releases packageName=protocolbuffers/protobuf
Expand Down
Loading