diff --git a/bucket/cargo-binstall.json b/bucket/cargo-binstall.json index 1dc35c56ba..2eb4accfcb 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.16.0", + "version": "1.16.1", "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.16.0/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "3a7583408b403b7e5b0557b366077772c6345362d1e82649ae676b44e2b45833" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.1/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "2191c47b6d268ca2bbf71cf5ebeda2bb4332be192ec916d4bca07362dfaa5f20" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.0/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "e425b6e119cdabd5f76ce6afb27e4c70b9ea85deef13bfabee1729cb370ecf3b" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.1/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "a6e1c07a98ca3f35193f6b6032f1bdaf154f8ef7aaac13e69626acfcffac04ab" } }, "bin": "cargo-binstall.exe",