From 08e9bbac76462722f7c8157a9a6fe59754bd5c5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 08:15:50 +0000 Subject: [PATCH] chore(deps): update rust to v1.75.0 --- Dockerfile | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f98aa4f..3fd0426 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/sksat/cargo-chef-docker:1.74.0-bullseye as chef +FROM ghcr.io/sksat/cargo-chef-docker:1.75.0-bullseye as chef LABEL maintainer "sksat " WORKDIR build diff --git a/rust-toolchain b/rust-toolchain index 639f4f1..7897a24 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,2 +1,2 @@ [toolchain] -channel = "1.74.0" +channel = "1.75.0"