From 7afb853108314ea18b205654bd5931f7b97e732e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 04:32:07 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.16.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 fc39d888d3..6f00eda01f 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.16.3", + "version": "1.16.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.16.3/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "8b93d53a6313e6c4e23326dc2a0f89044932768b1cc3b3592ec77a31ddb6a1a2" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.4/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "560bf505d087a39eb934da00bd6197aabf8f9ed3eb681e8aad9bf99eaefa326c" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.3/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "0d321702d5da405f85d091101ada998cc4c5b9e764d6e12971713fd8a4ae85aa" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.4/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "36ef73e965615c99076f124a9581fe9ab3ef4852ed3e909b47298dbe7c5d5f31" } }, "bin": "cargo-binstall.exe",