From 13b9141fef0123471b2edfeb4b1cc433ffa9c517 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 09:06:44 +0000 Subject: [PATCH] Update dependency sccache to v0.17.0 --- tools-cargo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools-cargo.json b/tools-cargo.json index 836dac4..264b579 100644 --- a/tools-cargo.json +++ b/tools-cargo.json @@ -18,5 +18,5 @@ { "name": "wasm-bindgen-cli", "version": "0.2.121" }, { "name": "check-lockfile-intersection", "version": "0.1.0" }, { "name": "wasm-cs", "version": "1.0.0", "auto-update": false }, - { "name": "sccache", "version": "0.15.0" } + { "name": "sccache", "version": "0.17.0" } ]