From 14cbe24ac1aeaf76241409194aefef59ed069db9 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 24 Mar 2024 15:07:30 +0000 Subject: [PATCH] Update `cargo-machete@latest` to 0.6.2 --- CHANGELOG.md | 2 ++ manifests/cargo-machete.json | 26 ++++++++++++++++++++++++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9305159c..8f6eefb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `cargo-machete@latest` to 0.6.2. + ## [2.29.6] - 2024-03-23 - Update `cargo-deny@latest` to 0.14.20. diff --git a/manifests/cargo-machete.json b/manifests/cargo-machete.json index 9e22d40d..bbb61216 100644 --- a/manifests/cargo-machete.json +++ b/manifests/cargo-machete.json @@ -2,10 +2,32 @@ "rust_crate": "cargo-machete", "template": null, "latest": { - "version": "0.6.1" + "version": "0.6.2" }, "0.6": { - "version": "0.6.1" + "version": "0.6.2" + }, + "0.6.2": { + "x86_64_linux_musl": { + "url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.6.2/cargo-machete-v0.6.2-x86_64-unknown-linux-musl.tar.gz", + "checksum": "7c3e6b1407445dbfdc072ade38adc6a200f6967e39a4bf8fb2e0e0ea825ab24c", + "bin": "cargo-machete-v0.6.2-x86_64-unknown-linux-musl/cargo-machete" + }, + "x86_64_macos": { + "url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.6.2/cargo-machete-v0.6.2-x86_64-apple-darwin.tar.gz", + "checksum": "53dd62d3bf9be63aca8be9d801c9ff2a3ae740495bea4c390634d8b3eb76c8ae", + "bin": "cargo-machete-v0.6.2-x86_64-apple-darwin/cargo-machete" + }, + "x86_64_windows": { + "url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.6.2/cargo-machete-v0.6.2-x86_64-pc-windows-msvc.tar.gz", + "checksum": "9e1d911d5266c5ec81f85a3feacc223f181a6573060803aadda9369ea9973e11", + "bin": "cargo-machete-v0.6.2-x86_64-pc-windows-msvc/cargo-machete.exe" + }, + "aarch64_macos": { + "url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.6.2/cargo-machete-v0.6.2-aarch64-apple-darwin.tar.gz", + "checksum": "486b046d10ba14371efedbb44a226b514c42a1735a247f3ff8ad9a548395f080", + "bin": "cargo-machete-v0.6.2-aarch64-apple-darwin/cargo-machete" + } }, "0.6.1": { "x86_64_linux_musl": {