From f9e0b06862aa1177d3867006ef84f45a6a69307f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 13:10:53 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to v2.0.20 --- Cargo.lock | 43 +++++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0dea3b4..8d9d47e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ dependencies = [ "self_update", "shlex", "sysexits", - "thiserror 2.0.6", + "thiserror 2.0.20", "tracing", "tracing-appender", "tracing-indicatif", @@ -488,7 +488,7 @@ dependencies = [ "serde_json", "tempfile", "test-log", - "thiserror 2.0.6", + "thiserror 2.0.20", "tokio", "tokio-stream", "tracing", @@ -1144,7 +1144,7 @@ dependencies = [ "rayon", "reqwest", "test-log", - "thiserror 2.0.6", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", @@ -2976,7 +2976,7 @@ dependencies = [ "serde_with", "test-log", "thirtyfour", - "thiserror 2.0.6", + "thiserror 2.0.20", "tokio", "tracing", "tracing-subscriber", @@ -3656,7 +3656,7 @@ dependencies = [ "anyhow", "inquire", "paste", - "thiserror 2.0.6", + "thiserror 2.0.20", ] [[package]] @@ -4440,7 +4440,7 @@ dependencies = [ "rustc-hash 2.1.0", "rustls", "socket2", - "thiserror 2.0.6", + "thiserror 2.0.20", "tokio", "tracing", ] @@ -4459,7 +4459,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.6", + "thiserror 2.0.20", "tinyvec", "tracing", "web-time", @@ -4590,7 +4590,7 @@ dependencies = [ "rand", "registry", "sysexits", - "thiserror 2.0.6", + "thiserror 2.0.20", "tokio", "tracing", "tracing-appender", @@ -5538,6 +5538,17 @@ dependencies = [ "unicode-ident", ] +[[package]] +name = "syn" +version = "3.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + [[package]] name = "sync_wrapper" version = "1.0.2" @@ -5577,7 +5588,7 @@ dependencies = [ "paste", "rayon", "test-log", - "thiserror 2.0.6", + "thiserror 2.0.20", "tokio", "tokio-stream", "tracing", @@ -5737,11 +5748,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.6" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" +checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" dependencies = [ - "thiserror-impl 2.0.6", + "thiserror-impl 2.0.20", ] [[package]] @@ -5757,13 +5768,13 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.6" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" +checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" dependencies = [ "proc-macro2", "quote", - "syn 2.0.90", + "syn 3.0.4", ] [[package]] @@ -7534,7 +7545,7 @@ dependencies = [ "flate2", "indexmap 2.7.0", "memchr", - "thiserror 2.0.6", + "thiserror 2.0.20", "zopfli", ]