From 9d3a02b3c52910253cb9ba3c2736bcd4bf9021fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 12:32:05 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.10.15 --- 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 37ea12a0ea..99fe708c71 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.10.14", + "version": "1.10.15", "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.14/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "a7c112428da6b384356e564889164ec4e24071885730139a76c5271a85273b55" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.15/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "d089cb43dcfbc6b2693e2ddf31f8b36694f02902ccedd8ad182482740fc5bc90" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.14/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "ce00a1ef088b2441d78dd02053225b958ca4c9dccf40c427405c63bf471e00c1" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.15/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "03e19dad753e5a2cfd8ada57e55c05e9aabc839a54ae52b01c34a092e12bbf60" } }, "bin": "cargo-binstall.exe",