From 47a307e084bcdf1a4afe3557ecbe1e43951eba44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 08:30:17 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.16.2 --- 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 2eb4accfcb..24cc708bcd 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.16.1", + "version": "1.16.2", "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.1/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "2191c47b6d268ca2bbf71cf5ebeda2bb4332be192ec916d4bca07362dfaa5f20" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.2/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "970882c90c512f53d5ce446cf0b68dc70c35e75cc52dbb264606bcf72edfc02b" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.1/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "a6e1c07a98ca3f35193f6b6032f1bdaf154f8ef7aaac13e69626acfcffac04ab" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.2/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "cc506948ffbd388fa29eeca88744a2dfeb988b8bb41453dc5a7eda3441bf1aac" } }, "bin": "cargo-binstall.exe",