From dcf2d38e19f91272e08cb9ac29d46c2ad1fcbc47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:24:41 +0000 Subject: [PATCH] chore(deps): update cimg/rust docker tag to v1.82.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 53a6488..b2d53e4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: environment: CARGO_NET_GIT_FETCH_WITH_CLI: "true" docker: - - image: cimg/rust:1.76.0 + - image: cimg/rust:1.82.0 steps: - checkout - restore_cache: