From 2f90b5bdc4fa4ee074403dd586a133b7fc67dd71 Mon Sep 17 00:00:00 2001 From: Matt Toohey Date: Mon, 17 Aug 2026 11:40:03 +1000 Subject: [PATCH] chore(deps): bump doctor crate to block/builderbot main a8174f6 Update the pinned doctor crate rev from 73ff9a0 to a8174f6, the latest builderbot main. The doctor crate is unchanged between the two revs; the upstream removal of the ineffective "Copy on Write Git Clones" check (git-clonefile, block/builderbot#906) already landed before the previous pin, and a full-repo sweep confirms Berd carries no remaining references to the removed check, its id, or its fix command. Validated with just tauri-check. Co-Authored-By: Claude Fable 5 Signed-off-by: Matt Toohey --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 4d2ee9298..5a45aabb8 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1687,7 +1687,7 @@ dependencies = [ [[package]] name = "doctor" version = "0.1.0" -source = "git+https://github.com/block/builderbot?rev=73ff9a0521dcc784c9514911a655187e5dd3b6ca#73ff9a0521dcc784c9514911a655187e5dd3b6ca" +source = "git+https://github.com/block/builderbot?rev=a8174f6d96749ade44f3618312624de627ce51c3#a8174f6d96749ade44f3618312624de627ce51c3" dependencies = [ "dirs", "futures", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ac854cd54..e8cab8edd 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -30,7 +30,7 @@ buzz-voice = { git = "https://github.com/block/buzz", rev = "b1426cac2dcc24cfd1f chrono = { version = "0.4", features = ["serde"] } dirs = "6.0.0" dunce = "1" -doctor = { git = "https://github.com/block/builderbot", rev = "73ff9a0521dcc784c9514911a655187e5dd3b6ca" } +doctor = { git = "https://github.com/block/builderbot", rev = "a8174f6d96749ade44f3618312624de627ce51c3" } etcetera = "0.11.0" flate2 = "1" hex = "0.4"