From 3e21398c160d1f10e4ace2e32a7de417de9a2aa6 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Thu, 30 Jul 2026 16:04:17 +0200 Subject: [PATCH] fix(lock): pf-update rides the 0.22.3 workspace bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The U2 branch minted the lock entry at 0.22.2 and the rebase onto the version bump left it stale — --locked builds fail until it matches. Co-Authored-By: Claude Fable 5 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 35154c1a..74b4c8d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3049,7 +3049,7 @@ dependencies = [ [[package]] name = "pf-update" -version = "0.22.2" +version = "0.22.3" dependencies = [ "serde", "serde_json",