From 28e0c82e49a8fc0d9bd52906ed83f75b76dc2837 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 08:12:42 +0000 Subject: [PATCH] Update Rust crate thiserror to v2.0.17 --- Cargo.lock | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25bd1fc..5640169 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,7 +298,7 @@ dependencies = [ "birefnet-extra-ops", "burn", "rstest 0.26.1", - "thiserror 2.0.16", + "thiserror 2.0.17", ] [[package]] @@ -320,7 +320,7 @@ dependencies = [ "burn", "cfg-if", "image", - "thiserror 2.0.16", + "thiserror 2.0.17", ] [[package]] @@ -328,7 +328,7 @@ name = "birefnet-loss" version = "0.1.0" dependencies = [ "burn", - "thiserror 2.0.16", + "thiserror 2.0.17", ] [[package]] @@ -348,7 +348,7 @@ dependencies = [ "birefnet-extra-ops", "birefnet-loss", "burn", - "thiserror 2.0.16", + "thiserror 2.0.17", ] [[package]] @@ -362,7 +362,7 @@ dependencies = [ "image", "imageproc", "rand 0.9.2", - "thiserror 2.0.16", + "thiserror 2.0.17", ] [[package]] @@ -376,7 +376,7 @@ dependencies = [ "hf-hub", "image", "rstest 0.26.1", - "thiserror 2.0.16", + "thiserror 2.0.17", ] [[package]] @@ -531,7 +531,7 @@ dependencies = [ "serde", "serde_json", "spin", - "thiserror 2.0.16", + "thiserror 2.0.17", "uuid", ] @@ -607,7 +607,7 @@ dependencies = [ "serde_json", "strum 0.27.2", "tempfile", - "thiserror 2.0.16", + "thiserror 2.0.17", ] [[package]] @@ -658,7 +658,7 @@ dependencies = [ "serde", "serde_json", "syn 2.0.106", - "thiserror 2.0.16", + "thiserror 2.0.17", "tracing-core", "tracing-subscriber", "zip 4.3.0", @@ -2500,7 +2500,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "thiserror 2.0.16", + "thiserror 2.0.17", "ureq", "windows-sys 0.60.2", ] @@ -3277,7 +3277,7 @@ dependencies = [ "rustc-hash 1.1.0", "spirv", "strum 0.26.3", - "thiserror 2.0.16", + "thiserror 2.0.17", "unicode-ident", ] @@ -3949,7 +3949,7 @@ dependencies = [ "rustc-hash 2.1.1", "rustls", "socket2 0.5.10", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tracing", "web-time", @@ -3970,7 +3970,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.16", + "thiserror 2.0.17", "tinyvec", "tracing", "web-time", @@ -4235,7 +4235,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.16", + "thiserror 2.0.17", ] [[package]] @@ -5082,11 +5082,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" dependencies = [ - "thiserror-impl 2.0.16", + "thiserror-impl 2.0.17", ] [[package]] @@ -5102,9 +5102,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" dependencies = [ "proc-macro2", "quote", @@ -5833,7 +5833,7 @@ dependencies = [ "raw-window-handle", "rustc-hash 1.1.0", "smallvec", - "thiserror 2.0.16", + "thiserror 2.0.17", "wgpu-core-deps-apple", "wgpu-core-deps-emscripten", "wgpu-core-deps-windows-linux-android", @@ -5907,7 +5907,7 @@ dependencies = [ "raw-window-handle", "renderdoc-sys", "smallvec", - "thiserror 2.0.16", + "thiserror 2.0.17", "wasm-bindgen", "web-sys", "wgpu-types", @@ -5925,7 +5925,7 @@ dependencies = [ "bytemuck", "js-sys", "log", - "thiserror 2.0.16", + "thiserror 2.0.17", "web-sys", ]