From 6d0a912086fe9dda56b5b6a19961c725977b596e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 04:09:06 +0000 Subject: [PATCH] chore(deps): update rust --- Dockerfile | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 24b6dd0..b14817b 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.76.0-bullseye as chef LABEL maintainer "sksat " WORKDIR build diff --git a/rust-toolchain b/rust-toolchain index 639f4f1..6f14058 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,2 +1,2 @@ [toolchain] -channel = "1.74.0" +channel = "1.77.2"