From 3fae5332c1e922dc84e162d822caee2b26ebb8bc Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 17 Dec 2024 10:53:44 -0600 Subject: [PATCH] Fix `Cargo.lock` by updating thiserror (#9975) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 6965c5367..80da84bbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4833,7 +4833,7 @@ dependencies = [ "futures", "itertools 0.13.0", "rustc-hash", - "thiserror 2.0.3", + "thiserror 2.0.7", "tokio", "tracing", "uv-build-backend",