From fc8b32076bf614ab8d1e886be25008ee71e7b72c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 12:31:09 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.15.1 --- 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 b7eb64a154..708112fd05 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.15.0", + "version": "1.15.1", "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.0/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "2fc705fc5996c3bb324f4e967a6d1a46a1fdccc019bb1a78d9b34b9ea78dc089" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.1/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "1358be010b9dab919b3f1397a57e41db24aaa73f410082abf9dff6b833459b31" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.0/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "29498dbd416bc0f3dddc7822120087c2176bc5b48ddadf231932cf18053d3666" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.1/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "6c33d22c776f837a8187f0f3260f237035f9e1634eedac97551846eb2063246f" } }, "bin": "cargo-binstall.exe",