From 917da1985139b5f26e371a136e25ac19c4026add Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 01:52:17 +0000 Subject: [PATCH] Update dependency rust to v1.96.0 --- Dockerfile | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dbf6a6b..26919dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.95.0-bookworm as build-env +FROM rust:1.96.0-bookworm as build-env LABEL maintainer="yanorei32" SHELL ["/bin/bash", "-o", "pipefail", "-c"] diff --git a/rust-toolchain b/rust-toolchain index f25b5b1..0f87b44 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,2 +1,2 @@ [toolchain] -channel = "1.95.0" +channel = "1.96.0"