From 0f92ce0d3091a6e9297716909382fbae43f0c9d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 04:59:25 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2.0.8 (#637) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abf3510..bb89f8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3129,7 +3129,7 @@ dependencies = [ "tauri-plugin-log", "tauri-plugin-opener", "tauri-plugin-updater", - "thiserror 2.0.7", + "thiserror 2.0.8", "tokio", ] @@ -4155,7 +4155,7 @@ dependencies = [ "rustc-hash 2.1.0", "rustls", "socket2", - "thiserror 2.0.7", + "thiserror 2.0.8", "tokio", "tracing", ] @@ -4174,7 +4174,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.7", + "thiserror 2.0.8", "tinyvec", "tracing", "web-time", @@ -5289,7 +5289,7 @@ dependencies = [ "tauri-runtime", "tauri-runtime-wry", "tauri-utils", - "thiserror 2.0.7", + "thiserror 2.0.8", "tokio", "tray-icon", "url", @@ -5342,7 +5342,7 @@ dependencies = [ "sha2", "syn 2.0.90", "tauri-utils", - "thiserror 2.0.7", + "thiserror 2.0.8", "time", "url", "uuid", @@ -5392,7 +5392,7 @@ dependencies = [ "serde_json", "tauri", "tauri-plugin", - "thiserror 2.0.7", + "thiserror 2.0.8", ] [[package]] @@ -5413,7 +5413,7 @@ dependencies = [ "swift-rs", "tauri", "tauri-plugin", - "thiserror 2.0.7", + "thiserror 2.0.8", "time", ] @@ -5433,7 +5433,7 @@ dependencies = [ "serde_json", "tauri", "tauri-plugin", - "thiserror 2.0.7", + "thiserror 2.0.8", "url", "windows", "zbus", @@ -5461,7 +5461,7 @@ dependencies = [ "tauri", "tauri-plugin", "tempfile", - "thiserror 2.0.7", + "thiserror 2.0.8", "time", "tokio", "url", @@ -5483,7 +5483,7 @@ dependencies = [ "serde", "serde_json", "tauri-utils", - "thiserror 2.0.7", + "thiserror 2.0.8", "url", "windows", ] @@ -5560,7 +5560,7 @@ dependencies = [ "serde_json", "serde_with", "swift-rs", - "thiserror 2.0.7", + "thiserror 2.0.8", "toml 0.8.2", "url", "urlpattern", @@ -5665,11 +5665,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.7" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" +checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" dependencies = [ - "thiserror-impl 2.0.7", + "thiserror-impl 2.0.8", ] [[package]] @@ -5685,9 +5685,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.7" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" +checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" dependencies = [ "proc-macro2", "quote", @@ -7036,7 +7036,7 @@ dependencies = [ "displaydoc", "indexmap 2.7.0", "memchr", - "thiserror 2.0.7", + "thiserror 2.0.8", ] [[package]]