From bee667f080c1321ec6a62c43c638b069fa470b39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 08:30:15 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.10.14 --- 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 1751b467ac..37ea12a0ea 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.10.13", + "version": "1.10.14", "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.13/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "6c5272909b50bf93758a294c32195e8874494e5fa1ac5c741a103070c8d1d599" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.14/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "a7c112428da6b384356e564889164ec4e24071885730139a76c5271a85273b55" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.13/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "87704964c58847c9bf7f8fd5c9706dca67f4b20573d41c934bbf0194a19b5054" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.14/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "ce00a1ef088b2441d78dd02053225b958ca4c9dccf40c427405c63bf471e00c1" } }, "bin": "cargo-binstall.exe",