From a1ad8bd1fadbd724130f14b617cefc7b5e6200d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 08:29:58 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.10.17 --- 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 630a7e7a61..acf1d4c57f 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.10.16", + "version": "1.10.17", "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.16/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "e013c48c72909d705056f85dbe63f90ba91e62149d73c3616fe27427ac95fda6" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.17/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "3866b6c93534147c2382b2360b6d84681b3ff7ef623919d9bd08e53817df8c50" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.16/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "2c77442786044185b8eb2d61618710147ca9f20ea76c630d45fcc79163dca124" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.17/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "c5ae6543a4b97372a163444468720984e41a6cd3eecd82fdf75c65528ec3f806" } }, "bin": "cargo-binstall.exe",