From 1c9421f724158f6e6434b2bb95f70cc7c3f6e718 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 22:30:09 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 2.0.20 --- crates/archive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/archive/Cargo.toml b/crates/archive/Cargo.toml index 8f6eab6..7450a73 100644 --- a/crates/archive/Cargo.toml +++ b/crates/archive/Cargo.toml @@ -19,7 +19,7 @@ headers = "0.4.1" progress-read = { path = "../progress-read" } tar = "0.4.46" tee = "0.1" -thiserror = "2.0.18" +thiserror = "2.0.20" verbatim = "0.1.1" zip = { version = "8.6.0",