From 191251842fd27bd4280a5de293825cce7ec5b0f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:52:40 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2.0.20 --- Cargo.lock | 8 ++++---- crates/lib/crates_io_validation/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01900f3e2..8f568c60c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7879,18 +7879,18 @@ checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c" [[package]] name = "thiserror" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" +checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" +checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" dependencies = [ "proc-macro2", "quote", diff --git a/crates/lib/crates_io_validation/Cargo.toml b/crates/lib/crates_io_validation/Cargo.toml index ab8f61510..1827ea383 100644 --- a/crates/lib/crates_io_validation/Cargo.toml +++ b/crates/lib/crates_io_validation/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" edition = "2024" [dependencies] -thiserror = "=2.0.19" +thiserror = "=2.0.20" unicode-xid = "=0.2.6" [lints]