From f1ba0efe3a338c52d5c83add301a17daf4a98b17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 08:26:09 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.6.4 --- 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 a996c2be06..89cf7f0706 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.6.3", + "version": "1.6.4", "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.6.3/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "44394103dc261b05ac928f23f8013f5c7e8355a10e849f096d792030f82c89c4" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.4/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "2a05851e1a854cc27c7c6a04f665d506bf2b7aa0aa62721a82af9aeeff9d20d2" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.3/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "cec760fdeb4523e3de1d7febc1d07bee9aa9a3a3837fd9ec0191ad7396e38ca0" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.4/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "1277c4ae1a772f803355e256192c2b8bc434421dbd137a9b895ca8031a31ddb3" } }, "bin": "cargo-binstall.exe",