From ccfc118cb129fd132277b6be5aa543c940dd60ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 02:43:58 +0000 Subject: [PATCH] docker(deps): bump rust in /docker/ledger-integration-tests Bumps rust from 1.85-bookworm to 1.93-bookworm. --- updated-dependencies: - dependency-name: rust dependency-version: 1.93-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/ledger-integration-tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ledger-integration-tests/Dockerfile b/docker/ledger-integration-tests/Dockerfile index 449068d..2e24c3f 100644 --- a/docker/ledger-integration-tests/Dockerfile +++ b/docker/ledger-integration-tests/Dockerfile @@ -1,6 +1,6 @@ # Test runner for Control + Ledger integration tests -FROM rust:1.85-bookworm +FROM rust:1.93-bookworm RUN apt-get update && apt-get install -y --no-install-recommends \ protobuf-compiler \