From 6b52c219d13dc17718493c5250a9d1ece707a622 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 16:30:00 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.12.5 --- 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 68e7845ede..5cc6a3fa05 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.12.4", + "version": "1.12.5", "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.12.4/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "13816b9ed05901a14ac779dce5911aa09a7051cb93f1ebd01806bb81f1698f5d" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.12.5/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "d4c31e58a48a8375ad152c44b565a664fcdea2e938ec9ad36af4a761f40bb4cf" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.12.4/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "a6b74f86d8884ca234cfc5b4bd46d14d92a6e44cc0fe07bca94a47e00edc3a8d" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.12.5/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "faf872637c727ec81f4034216ec680320677cc2be03d392f8e60bc334adb3b09" } }, "bin": "cargo-binstall.exe",