From ebed786d722ad589aac32485e26b3aaca506477d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 3 Jun 2026 01:54:40 +0000 Subject: [PATCH] Update manifest schema --- cargo-mutants.json | 17 +++++++++++++++++ cargo-neat.json | 22 ++++++++++++++++++++++ syft.json | 34 ++++++++++++++++++++++++++++++++++ trivy.json | 5 ++++- uv.json | 4 ++-- vacuum.json | 30 ++++++++++++++++++++++++++++-- 6 files changed, 107 insertions(+), 5 deletions(-) diff --git a/cargo-mutants.json b/cargo-mutants.json index f019b0a0..8f59ccfe 100644 --- a/cargo-mutants.json +++ b/cargo-mutants.json @@ -7,6 +7,23 @@ "27": { "version": "27.0.0" }, + "27.1.0": { + "x86_64_linux_gnu": { + "url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v27.1.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.gz", + "etag": "0x8DEC0BA45C43216", + "hash": "dfe6dc37d0342c891d2829b5a695aa57c2d0edecef7e7d0399a30cc6e206411e" + }, + "x86_64_macos": { + "url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v27.1.0/cargo-mutants-x86_64-apple-darwin.tar.gz", + "etag": "0x8DEC0BA5ABB13BF", + "hash": "7109a9e9673fe0b977f622e6f32383b6d1cbbf3fbb63b7c30db3267462c74670" + }, + "x86_64_windows": { + "url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v27.1.0/cargo-mutants-x86_64-pc-windows-msvc.zip", + "etag": "0x8DEC0BA9D2E7495", + "hash": "2a2f00e47d4b458262a41501b0820aa26015fd35779903d2c8b30b2993f36791" + } + }, "27.0": { "version": "27.0.0" }, diff --git a/cargo-neat.json b/cargo-neat.json index eadf92d5..e40e7d4c 100644 --- a/cargo-neat.json +++ b/cargo-neat.json @@ -25,6 +25,28 @@ "latest": { "version": "0.3.2" }, + "0.4.0": { + "x86_64_linux_musl": { + "etag": "0x8DEC093F0706080", + "hash": "d8af0ceebd1030aba4448bd422b5f51a840ffa339ccc395dae5ae161c4913ade" + }, + "x86_64_macos": { + "etag": "0x8DEC093D7EED1D1", + "hash": "8c3ae605d94825b29556bb7430bdd2920be486d2f3145cf4c65d3c20b79a45bc" + }, + "x86_64_windows": { + "etag": "0x8DEC0943FA29945", + "hash": "f8d84eaa1f8729d7fb8a7c8b5ff5bb1bc6c041b847027b89095943f7b5372b88" + }, + "aarch64_linux_musl": { + "etag": "0x8DEC093EFF41B2C", + "hash": "29dd1de53be532aefb04084220b7fe7f9b874791626e3b54d5007e5a64b3e431" + }, + "aarch64_macos": { + "etag": "0x8DEC093D86B8BE9", + "hash": "fde37b1341fb718be75495b6daac43ad0a1a24c56e8ee0826ea50f7d861cf835" + } + }, "0.3": { "version": "0.3.2" }, diff --git a/syft.json b/syft.json index 56f6d23f..ee144135 100644 --- a/syft.json +++ b/syft.json @@ -40,6 +40,40 @@ "1": { "version": "1.44.0" }, + "1.45.0": { + "x86_64_linux_musl": { + "etag": "0x8DEC0E61FCEA1B5", + "hash": "cd5efa489e93ecde99c03a218db5dee8b3f03610466d7565cefd735610d1b28b" + }, + "x86_64_macos": { + "etag": "0x8DEC0E61FDDD2E5", + "hash": "719e4b479b77b85cf2321ad0d1c04314163b8c14832cb8da9379d6aba7f6dc4a" + }, + "x86_64_windows": { + "etag": "0x8DEC0E61F785734", + "hash": "d50095a7d125ac8c0e27f1e2ce770ef8696d6452d08fde61f5adb863c16341fd" + }, + "aarch64_linux_musl": { + "etag": "0x8DEC0E61FB9D18D", + "hash": "3101fc588a6662ab3d46eda470159f82d6c6c0fd59f618fdd29928ed1c1197bb" + }, + "aarch64_macos": { + "etag": "0x8DEC0E61FB935FC", + "hash": "a3be0f0329b45f87908eda10cfeab261936b2bfbc47eaa36694ca8d613f9ca7e" + }, + "aarch64_windows": { + "etag": "0x8DEC0E61FF08296", + "hash": "04c75a5f6ed818115871083ba4ba032b4146c8dbc2c8ab5af8378ccb353a4e02" + }, + "powerpc64le_linux_musl": { + "etag": "0x8DEC0E61FC5D201", + "hash": "d128705a76f3880eb4829792aac3b24df14a0c38e3a4c372a65b411404f9f49e" + }, + "s390x_linux_musl": { + "etag": "0x8DEC0E6201E3D01", + "hash": "c1a6280cc388d53271d8a91e2d229fc38a749b5b40a0e5b10e302ea17caf7c91" + } + }, "1.44": { "version": "1.44.0" }, diff --git a/trivy.json b/trivy.json index 9e330743..70167137 100644 --- a/trivy.json +++ b/trivy.json @@ -31,7 +31,10 @@ } }, "latest": { - "version": "0.70.0" + "version": "0.71.0" + }, + "0.71": { + "version": "0.71.0" }, "0.71.0": { "x86_64_linux_gnu": { diff --git a/uv.json b/uv.json index 1f1f82be..0dc6e4bd 100644 --- a/uv.json +++ b/uv.json @@ -68,10 +68,10 @@ } }, "latest": { - "version": "0.11.17" + "version": "0.11.18" }, "0.11": { - "version": "0.11.17" + "version": "0.11.18" }, "0.11.18": { "x86_64_linux_musl": { diff --git a/vacuum.json b/vacuum.json index 91e79833..86ea98e2 100644 --- a/vacuum.json +++ b/vacuum.json @@ -21,10 +21,36 @@ } }, "latest": { - "version": "0.28.0" + "version": "0.28.3" }, "0.28": { - "version": "0.28.0" + "version": "0.28.3" + }, + "0.28.4": { + "x86_64_linux_musl": { + "etag": "0x8DEC0F2EB61F4E1", + "hash": "7632fc8860920a6d50bb0158299c07196ea57b1b5e6ef2e46ed0a7da32fa6a4a" + }, + "x86_64_macos": { + "etag": "0x8DEC0F2EC56D9F7", + "hash": "26cde93cc557752dfb62fbb10953d75956aad27810368f88c83b492be95b488c" + }, + "x86_64_windows": { + "etag": "0x8DEC0F2EB703CB3", + "hash": "19f72e41d6c8698444d0e847aa4d92041ca9f1d55286a06b021bc5972d9642e9" + }, + "aarch64_linux_musl": { + "etag": "0x8DEC0F2EC6375F7", + "hash": "3aff0e1e15f927c1f4822547de8482a276e11e1761a9bb7cc7b4489cdef90c65" + }, + "aarch64_macos": { + "etag": "0x8DEC0F2EB5D3F3F", + "hash": "6fa1604579a1b971699e3efff5855942fea96e7a0898d5da134fe38276f49f08" + }, + "aarch64_windows": { + "etag": "0x8DEC0F2EC3ED922", + "hash": "0ceac68641eef411caffb11a713b4c80f69adc4fb0d6af761414f2f4093a46ba" + } }, "0.28.3": { "x86_64_linux_musl": {