diff --git a/bucket/cargo-binstall.json b/bucket/cargo-binstall.json index 72ac40afbf..0f5f02e446 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.14.0", + "version": "1.14.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.14.0/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "c5dd0f7cca6a0342ce40b1ed7b5271479f60cff84ea00e6af8013487f6c429eb" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.14.1/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "a43fb6403e7286c08387c5d0f2780306da7a61c5f0a893761b160d3e2d1cee5a" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.14.0/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "c95cf68dfcf0d14f20bff96cc2a8006ab37f8bcd3e1646a18af57166215c6665" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.14.1/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "e998ed6f30fc4c979bead45f555dc56c85962197a451b12dbe0fdc4de61d63c4" } }, "bin": "cargo-binstall.exe",