From 48729ec49612916647589331404d4df4cb781606 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 12:31:54 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.15.6 --- bucket/cargo-binstall.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cargo-binstall.json b/bucket/cargo-binstall.json index be3300158a..5139dd4e9a 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.15.5", + "version": "1.15.6", "description": "Binary installation for rust projects", "homepage": "https://github.com/cargo-bins/cargo-binstall", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.5/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "fb55344531db717a6e7664f356d1f03e5a82be1d3bacf26836c3809723f61f5b" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.6/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "d27fe57b7784fdcf69098c1b086770a1bbe0047a83825eda2994ab3e1f65452a" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.5/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "53cb4f41954f508ca2ac228b0198363f7903012fcaa354ef7fe57e611b290d4f" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.6/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "aef9b27d3d61a9160ab913b01fd7d64135f611e6ed818756569dd20e2b4664f2" } }, "bin": "cargo-binstall.exe",