From 809e10a40c75a6ee0415898d1c07c663cf5e0059 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 15 Aug 2025 15:11:03 +0000 Subject: [PATCH] Update `cargo-machete@latest` to 0.9.0 --- CHANGELOG.md | 2 ++ manifests/cargo-machete.json | 31 ++++++++++++++++++++++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2225a6..c9abc1ae 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.9.0. + ## [2.58.14] - 2025-08-15 - Update `release-plz@latest` to 0.3.141. diff --git a/manifests/cargo-machete.json b/manifests/cargo-machete.json index db8fdaa0..70638e6b 100644 --- a/manifests/cargo-machete.json +++ b/manifests/cargo-machete.json @@ -3,7 +3,36 @@ "template": null, "license_markdown": "[MIT](https://github.com/bnjbvr/cargo-machete/blob/main/LICENSE.md)", "latest": { - "version": "0.8.0" + "version": "0.9.0" + }, + "0.9": { + "version": "0.9.0" + }, + "0.9.0": { + "x86_64_linux_musl": { + "url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.9.0/cargo-machete-v0.9.0-x86_64-unknown-linux-musl.tar.gz", + "etag": "0x8DDDBF8F7C53C6A", + "checksum": "f9ac0cf39356fe99e1203e73145d65665b034f4c8e7c8cff95f8d0642a87a17d", + "bin": "cargo-machete-v0.9.0-x86_64-unknown-linux-musl/cargo-machete" + }, + "x86_64_macos": { + "url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.9.0/cargo-machete-v0.9.0-x86_64-apple-darwin.tar.gz", + "etag": "0x8DDDBF90A85947B", + "checksum": "bb03895c6819453e0dd1714fc9dedd38281979ecd31aa7cc0fd1a7b74b3b82e2", + "bin": "cargo-machete-v0.9.0-x86_64-apple-darwin/cargo-machete" + }, + "x86_64_windows": { + "url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.9.0/cargo-machete-v0.9.0-x86_64-pc-windows-msvc.tar.gz", + "etag": "0x8DDDBF9222B421E", + "checksum": "b2e5faa490a5e3872d5fdc062b6989b6acf5b5f2ac430f770036a87fe224e75c", + "bin": "cargo-machete-v0.9.0-x86_64-pc-windows-msvc/cargo-machete.exe" + }, + "aarch64_macos": { + "url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.9.0/cargo-machete-v0.9.0-aarch64-apple-darwin.tar.gz", + "etag": "0x8DDDBF9043CE843", + "checksum": "6a8f680c9a57d5655464986480125039dc4b89cb8edcf11f71e24927255626f2", + "bin": "cargo-machete-v0.9.0-aarch64-apple-darwin/cargo-machete" + } }, "0.8": { "version": "0.8.0"