From 73543cf46fc55b03b86a86c81a28b8b8528a3f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 01:02:17 +0000 Subject: [PATCH] Bump rust from 1.89.0 to 1.90.0 Bumps rust from 1.89.0 to 1.90.0. --- updated-dependencies: - dependency-name: rust dependency-version: 1.90.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2bb0663..024882f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.89.0 AS chef +FROM rust:1.90.0 AS chef # We only pay the installation cost once, # it will be cached from the second build onwards RUN cargo install cargo-chef