From 5640961138d65fac14306dfb9d2041c7995e3912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 18:59:56 +0000 Subject: [PATCH] Bump thiserror from 2.0.18 to 2.0.20 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.18 to 2.0.20. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.18...2.0.20) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d2c6c15..9dd3658e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -669,7 +669,7 @@ dependencies = [ "serde_json", "simple_logger", "tempfile", - "thiserror 2.0.18", + "thiserror 2.0.20", "tokio", "toml", "tower", @@ -726,7 +726,7 @@ dependencies = [ "serde_json", "sha2 0.10.9", "tempfile", - "thiserror 2.0.18", + "thiserror 2.0.20", "toml_edit", "walkdir", ] @@ -753,7 +753,7 @@ dependencies = [ "spin-sdk", "subtle", "tempfile", - "thiserror 2.0.18", + "thiserror 2.0.20", "toml", "toml_edit", "walkdir", @@ -782,7 +782,7 @@ dependencies = [ "simple_logger", "syn 3.0.3", "tempfile", - "thiserror 2.0.18", + "thiserror 2.0.20", "toml", "validator", "walkdir", @@ -813,7 +813,7 @@ dependencies = [ "serde_urlencoded", "sha2 0.10.9", "tempfile", - "thiserror 2.0.18", + "thiserror 2.0.20", "toml", "tower-service", "tracing", @@ -1167,7 +1167,7 @@ dependencies = [ "pest_derive", "serde", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.20", ] [[package]] @@ -1506,7 +1506,7 @@ dependencies = [ "jni-sys", "log", "simd_cesu8", - "thiserror 2.0.18", + "thiserror 2.0.20", "walkdir", "windows-link", ] @@ -1947,7 +1947,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.18", + "thiserror 2.0.20", "tokio", "tracing", "web-time", @@ -1969,7 +1969,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.18", + "thiserror 2.0.20", "tinyvec", "tracing", "web-time", @@ -2530,7 +2530,7 @@ dependencies = [ "http-body", "http-body-util", "spin-macro", - "thiserror 2.0.18", + "thiserror 2.0.20", "wasip3 0.6.0+wasi-0.3.0-rc-2026-03-15", ] @@ -2665,11 +2665,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.18" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" +checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" dependencies = [ - "thiserror-impl 2.0.18", + "thiserror-impl 2.0.20", ] [[package]] @@ -2685,13 +2685,13 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.18" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" +checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] @@ -3088,7 +3088,7 @@ dependencies = [ "bytes", "http", "http-body", - "thiserror 2.0.18", + "thiserror 2.0.20", "wit-bindgen 0.57.1", ]