diff --git a/bucket/cargo-binstall.json b/bucket/cargo-binstall.json index 258761c8ec..366b1fe1b2 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.7.1", + "version": "1.7.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.7.1/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "a6abfc2279632c85db91fb49cd11fd3e1cf8bd4bd4e6f64abc6cc22bcef55d4c" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.7.2/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "ee4da8bfaf25c84f0b67d5fd8e96f1243df4379f8dad64ffe2f82416198b7b35" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.7.1/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "46e3050690269ac6b53b8fed4b8828d2acd9ae72da72270b4d1ccb1824b394b4" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.7.2/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "baf1c6d5729b629015e199e7739a4f76bd40d9c4a90883ecb1d2c33c16240190" } }, "bin": "cargo-binstall.exe",