From 22abc6d0a7ed2f7fb47e5d429d5e199298902f72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:02:39 +0000 Subject: [PATCH] Update dependency sccache to v0.16.0 --- tools-cargo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools-cargo.json b/tools-cargo.json index e672bc2..bb4c8cc 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.16.0" } ]