From 3323566c0fa8feb9a022f62f6d571f7a3b9e5f25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 01:13:41 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to v2.0.7 (#2204) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- backend/Cargo.lock | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index aaa5167d7e..85ab33b90a 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -683,7 +683,7 @@ version = "0.5.0" source = "git+https://github.com/libnyanpasu/auto-launch.git#729d5429dd689067047489af4a0a32f7013854c8" dependencies = [ "dirs 5.0.1", - "thiserror 2.0.6", + "thiserror 2.0.7", "windows-registry 0.3.0", "windows-result 0.2.0", ] @@ -1573,7 +1573,7 @@ dependencies = [ "tauri-plugin-updater", "tempfile", "test-log", - "thiserror 2.0.6", + "thiserror 2.0.7", "timeago", "tokio", "tracing", @@ -6708,7 +6708,7 @@ dependencies = [ "rustc-hash 2.1.0", "rustls", "socket2", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tracing", ] @@ -6727,7 +6727,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.6", + "thiserror 2.0.7", "tinyvec", "tracing", "web-time", @@ -8425,7 +8425,7 @@ dependencies = [ "tauri-runtime", "tauri-runtime-wry", "tauri-utils", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tray-icon", "url", @@ -8478,7 +8478,7 @@ dependencies = [ "sha2 0.10.8", "syn 2.0.90", "tauri-utils", - "thiserror 2.0.6", + "thiserror 2.0.7", "time", "url", "uuid", @@ -8560,7 +8560,7 @@ dependencies = [ "tauri", "tauri-plugin", "tauri-plugin-fs", - "thiserror 2.0.6", + "thiserror 2.0.7", "url", ] @@ -8581,7 +8581,7 @@ dependencies = [ "tauri", "tauri-plugin", "tauri-utils", - "thiserror 2.0.6", + "thiserror 2.0.7", "toml 0.8.19", "url", "uuid", @@ -8692,7 +8692,7 @@ dependencies = [ "tauri", "tauri-plugin", "tempfile", - "thiserror 2.0.6", + "thiserror 2.0.7", "time", "tokio", "url", @@ -8714,7 +8714,7 @@ dependencies = [ "serde", "serde_json", "tauri-utils", - "thiserror 2.0.6", + "thiserror 2.0.7", "url", "windows 0.58.0", ] @@ -8774,7 +8774,7 @@ dependencies = [ "serde_json", "serde_with", "swift-rs", - "thiserror 2.0.6", + "thiserror 2.0.7", "toml 0.8.19", "url", "urlpattern", @@ -8946,11 +8946,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" +checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" dependencies = [ - "thiserror-impl 2.0.6", + "thiserror-impl 2.0.7", ] [[package]] @@ -8966,9 +8966,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" +checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" dependencies = [ "proc-macro2", "quote", @@ -11407,7 +11407,7 @@ dependencies = [ "pbkdf2", "rand 0.8.5", "sha1", - "thiserror 2.0.6", + "thiserror 2.0.7", "time", "zeroize", "zopfli",