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