From 7cca284e73ee41e857f4f89f9dbb617d9d02fa81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 08:28:02 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.7.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 c7f6576c21..258761c8ec 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.7.0", + "version": "1.7.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.7.0/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "c9dd703c3996acf5f13d2fc52140d2dd6a2d1a9287ecdad19b00ad966bc4366f" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.7.1/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "a6abfc2279632c85db91fb49cd11fd3e1cf8bd4bd4e6f64abc6cc22bcef55d4c" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.7.0/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "b3d0f137179d243dde2c42a8a38b24ef1bb60ba33778fa4fbe6baff62f6981d1" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.7.1/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "46e3050690269ac6b53b8fed4b8828d2acd9ae72da72270b4d1ccb1824b394b4" } }, "bin": "cargo-binstall.exe",