From f4a7062cad309453e03157a7bad335e21f3d68c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 16:30:18 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.12.7 --- 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 a5b6347960..6d9e2ef89f 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.12.6", + "version": "1.12.7", "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.6/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "d04c1295ed52bded4db672a5aa236ef6149ed4fa5513b617f8b6cd3ddd660569" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.12.7/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "8b206ca337957fa1a812961f385919acb2da03ff45a15b9b56e8c3dc1ec049f0" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.12.6/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "e050daf5de833b93bf283bd3f1d016e770017602f654d69a076ada7732ada443" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.12.7/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "dd8b9333aba8704dddfb82a487360492167819d63ca171e1629e994856319c81" } }, "bin": "cargo-binstall.exe",