From 09be99c46a82442998cef4093a8eaf53a185be5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 04:25:46 +0000 Subject: [PATCH] dprint: Update to version 0.40.2 --- bucket/dprint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dprint.json b/bucket/dprint.json index 8b56d40e83..17755de05d 100644 --- a/bucket/dprint.json +++ b/bucket/dprint.json @@ -1,12 +1,12 @@ { "homepage": "https://dprint.dev", "description": "Pluggable and configurable code formatting platform written in Rust.", - "version": "0.40.1", + "version": "0.40.2", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dprint/dprint/releases/download/0.40.1/dprint-x86_64-pc-windows-msvc.zip", - "hash": "a51788272cf3412f7cdaecde1c570e22f93f01f89ae14587712b0f8f321a47e2" + "url": "https://github.com/dprint/dprint/releases/download/0.40.2/dprint-x86_64-pc-windows-msvc.zip", + "hash": "ede70ca91ae7983f8365aa59c477246f9595c9f32536c359abf3a706c68801c8" } }, "bin": "dprint.exe",