From a632861394433fe71e39fe9926ef3d03043b8f6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 08:28:56 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.15.3 --- 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 708112fd05..f1eea9cc32 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.15.1", + "version": "1.15.3", "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.1/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "1358be010b9dab919b3f1397a57e41db24aaa73f410082abf9dff6b833459b31" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.3/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "22c529f5bda1ff561c20e0c50e46d9ee937edc31a487de5e64dc85dc59645e1a" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.1/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "6c33d22c776f837a8187f0f3260f237035f9e1634eedac97551846eb2063246f" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.3/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "1db5c5238c55cda1d6baaa6a0174d2c33c0465fc496c3e78dff499f5c8c09a01" } }, "bin": "cargo-binstall.exe",