From 06ce23e58d3dd25551bccaff446b2de1a7491707 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 12:31:32 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.11.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 45a6736c26..6da3d582b0 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.10.23", + "version": "1.11.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.10.23/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "e3abbe9a4607ec25b13bcb753a6107b8c4c3c96182613077d8e31e98c1c5d05f" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.11.0/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "0cd260738ea30032c0c0a6eeb446cfe5c5ec5974323d7a2a031da1fd10c7760d" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.23/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "e22b0a697ebf017cfb05302bc02c59f79536cd9f63e7dd385a4da3da3fbbdc76" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.11.0/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "80fc65c0bd700e68489244b60b67cf88bc5f5c50eccc337d8d79e7a81a7b5383" } }, "bin": "cargo-binstall.exe",