From 497a22f85042c28084700a70853e1f57b69cadd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 12:32:20 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.16.0 --- 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 91c80c1acf..1dc35c56ba 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.15.11", + "version": "1.16.0", "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.15.11/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "ede2eaadec68c349693dc13d9f58361e87b003881581aba8f6b2df6ef1c41317" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.0/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "3a7583408b403b7e5b0557b366077772c6345362d1e82649ae676b44e2b45833" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.11/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "7defd77ab92584802e6adc6334224b6069f0608029c8c2c45000427eda0ecebd" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.0/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "e425b6e119cdabd5f76ce6afb27e4c70b9ea85deef13bfabee1729cb370ecf3b" } }, "bin": "cargo-binstall.exe",