From a38b05fa0b25c186ef967cf78bc3a529c567ec03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 16:29:31 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.15.9 --- 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 fcb98540f6..1bb6853b0f 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.15.8", + "version": "1.15.9", "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.8/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "7de49bfc630a83c9c62305fa05ba120656ac43bd8a3d0bd6bfa2b045b8aff71b" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.9/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "fc442e874ddb9167a6de8e1d032cce4125e96683682fdd63398aee36396161ae" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.8/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "371104398723d2149973985822dad59ac9059cbeccb3de38eeafa315248192bd" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.9/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "b424e121a113c9c1613cef5ce9c9367a57ee99041da42ac80ab4c04c34281ae7" } }, "bin": "cargo-binstall.exe",