From 79a3993def450108164348df5307a65d7f602f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Mon, 6 Jul 2026 19:57:53 +0200 Subject: [PATCH] commit the lock file agents forgot about manually like an animal --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index 315feef0..446ea995 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1399,6 +1399,7 @@ version = "0.1.0" dependencies = [ "serde", "serde_json", + "tempfile", "thiserror 2.0.18", "tokio", ]