From e947aecaeaecbc534cabac8b00d61a461e217f17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 21:42:25 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2.0.9 (#649) 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 018c2f0..4feee37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3129,7 +3129,7 @@ dependencies = [ "tauri-plugin-log", "tauri-plugin-opener", "tauri-plugin-updater", - "thiserror 2.0.8", + "thiserror 2.0.9", "tokio", ] @@ -4155,7 +4155,7 @@ dependencies = [ "rustc-hash 2.1.0", "rustls", "socket2", - "thiserror 2.0.8", + "thiserror 2.0.9", "tokio", "tracing", ] @@ -4174,7 +4174,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.8", + "thiserror 2.0.9", "tinyvec", "tracing", "web-time", @@ -5289,7 +5289,7 @@ dependencies = [ "tauri-runtime", "tauri-runtime-wry", "tauri-utils", - "thiserror 2.0.8", + "thiserror 2.0.9", "tokio", "tray-icon", "url", @@ -5342,7 +5342,7 @@ dependencies = [ "sha2", "syn 2.0.90", "tauri-utils", - "thiserror 2.0.8", + "thiserror 2.0.9", "time", "url", "uuid", @@ -5392,7 +5392,7 @@ dependencies = [ "serde_json", "tauri", "tauri-plugin", - "thiserror 2.0.8", + "thiserror 2.0.9", ] [[package]] @@ -5413,7 +5413,7 @@ dependencies = [ "swift-rs", "tauri", "tauri-plugin", - "thiserror 2.0.8", + "thiserror 2.0.9", "time", ] @@ -5433,7 +5433,7 @@ dependencies = [ "serde_json", "tauri", "tauri-plugin", - "thiserror 2.0.8", + "thiserror 2.0.9", "url", "windows", "zbus", @@ -5461,7 +5461,7 @@ dependencies = [ "tauri", "tauri-plugin", "tempfile", - "thiserror 2.0.8", + "thiserror 2.0.9", "time", "tokio", "url", @@ -5483,7 +5483,7 @@ dependencies = [ "serde", "serde_json", "tauri-utils", - "thiserror 2.0.8", + "thiserror 2.0.9", "url", "windows", ] @@ -5560,7 +5560,7 @@ dependencies = [ "serde_json", "serde_with", "swift-rs", - "thiserror 2.0.8", + "thiserror 2.0.9", "toml 0.8.2", "url", "urlpattern", @@ -5665,11 +5665,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.8" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" dependencies = [ - "thiserror-impl 2.0.8", + "thiserror-impl 2.0.9", ] [[package]] @@ -5685,9 +5685,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.8" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" dependencies = [ "proc-macro2", "quote", @@ -7036,7 +7036,7 @@ dependencies = [ "displaydoc", "indexmap 2.7.0", "memchr", - "thiserror 2.0.8", + "thiserror 2.0.9", ] [[package]]