From 2ac7d83a01f19bf37662e8e0ec1308e026a4dcaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:32:36 +0000 Subject: [PATCH] taplo: Update to version 0.9.3 --- bucket/taplo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/taplo.json b/bucket/taplo.json index 5087f3406b..55536d833b 100644 --- a/bucket/taplo.json +++ b/bucket/taplo.json @@ -1,16 +1,16 @@ { - "version": "0.9.2", + "version": "0.9.3", "description": "A TOML toolkit written in Rust", "homepage": "https://taplo.tamasfe.dev/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/tamasfe/taplo/releases/download/0.9.2/taplo-full-windows-x86_64.zip", - "hash": "0085eaa26c45ddbb9c5dd425224ac7671b243811d7c14e27b1112130d46527fe" + "url": "https://github.com/tamasfe/taplo/releases/download/0.9.3/taplo-full-windows-x86_64.zip", + "hash": "8e24648e698cb5c6443de240c36a82287d00cd5b98406f6cb18b06d9ddd46ba6" }, "32bit": { - "url": "https://github.com/tamasfe/taplo/releases/download/0.9.2/taplo-full-windows-x86.zip", - "hash": "fe4c659f0d4f8d9736dabdd2f235063532a3dccee525ba31dbbff7f839421f9c" + "url": "https://github.com/tamasfe/taplo/releases/download/0.9.3/taplo-full-windows-x86.zip", + "hash": "a2afd8a0b415edb45e4c18d4ab6cca1530b6bec8820ba51d550ce39912ad3510" } }, "bin": "taplo.exe",