From 3324772602b3f7e8852d7afdb454428b83600253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:06:36 +0000 Subject: [PATCH] chore(deps): bump rust in /deploy in the docker-minor-patch group Bumps the docker-minor-patch group in /deploy with 1 update: rust. Updates `rust` from 1.97 to 1.98 --- updated-dependencies: - dependency-name: rust dependency-version: '1.98' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-minor-patch ... Signed-off-by: dependabot[bot] --- deploy/Dockerfile.scraper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/Dockerfile.scraper b/deploy/Dockerfile.scraper index 8860121ec..ec610d27d 100644 --- a/deploy/Dockerfile.scraper +++ b/deploy/Dockerfile.scraper @@ -1,5 +1,5 @@ # Chef stage — installs cargo-chef and musl toolchain once, reused by planner + builder -FROM rust:1.97@sha256:1bcff4befb740599103a2c7cb51058e14479b2e35e3a34a3f0dc4ede09927488 AS chef +FROM rust:1.98@sha256:620dbcd124499c59e2406d3741574b5c5838cf9eb9656f0c3a03948f79b02959 AS chef # --locked pins cargo-chef's transitive deps (e.g. cargo-platform) to the # versions it was published with. Without this, cargo-platform 0.3.3 gets