From 4b92727aa2e3a043af1a6dec09f64f3d95f2b2f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:21:25 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2.0.10 (#675) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 024a5d2..2741863 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -650,7 +650,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 2.0.9", + "thiserror 2.0.10", ] [[package]] @@ -3105,7 +3105,7 @@ dependencies = [ "tauri-plugin-log", "tauri-plugin-opener", "tauri-plugin-updater", - "thiserror 2.0.9", + "thiserror 2.0.10", "tokio", ] @@ -4141,7 +4141,7 @@ dependencies = [ "rustc-hash 2.1.0", "rustls", "socket2", - "thiserror 2.0.9", + "thiserror 2.0.10", "tokio", "tracing", ] @@ -4160,7 +4160,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.9", + "thiserror 2.0.10", "tinyvec", "tracing", "web-time", @@ -5281,7 +5281,7 @@ dependencies = [ "tauri-runtime", "tauri-runtime-wry", "tauri-utils", - "thiserror 2.0.9", + "thiserror 2.0.10", "tokio", "tray-icon", "url", @@ -5334,7 +5334,7 @@ dependencies = [ "sha2", "syn 2.0.95", "tauri-utils", - "thiserror 2.0.9", + "thiserror 2.0.10", "time", "url", "uuid", @@ -5384,7 +5384,7 @@ dependencies = [ "serde_json", "tauri", "tauri-plugin", - "thiserror 2.0.9", + "thiserror 2.0.10", ] [[package]] @@ -5405,7 +5405,7 @@ dependencies = [ "swift-rs", "tauri", "tauri-plugin", - "thiserror 2.0.9", + "thiserror 2.0.10", "time", ] @@ -5425,7 +5425,7 @@ dependencies = [ "serde_json", "tauri", "tauri-plugin", - "thiserror 2.0.9", + "thiserror 2.0.10", "url", "windows", "zbus", @@ -5453,7 +5453,7 @@ dependencies = [ "tauri", "tauri-plugin", "tempfile", - "thiserror 2.0.9", + "thiserror 2.0.10", "time", "tokio", "url", @@ -5475,7 +5475,7 @@ dependencies = [ "serde", "serde_json", "tauri-utils", - "thiserror 2.0.9", + "thiserror 2.0.10", "url", "windows", ] @@ -5552,7 +5552,7 @@ dependencies = [ "serde_json", "serde_with", "swift-rs", - "thiserror 2.0.9", + "thiserror 2.0.10", "toml 0.8.19", "url", "urlpattern", @@ -5658,11 +5658,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.9" +version = "2.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3" dependencies = [ - "thiserror-impl 2.0.9", + "thiserror-impl 2.0.10", ] [[package]] @@ -5678,9 +5678,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.9" +version = "2.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb" dependencies = [ "proc-macro2", "quote", @@ -6809,7 +6809,7 @@ dependencies = [ "sha2", "soup3", "tao-macros", - "thiserror 2.0.9", + "thiserror 2.0.10", "url", "webkit2gtk", "webkit2gtk-sys", @@ -7068,7 +7068,7 @@ dependencies = [ "displaydoc", "indexmap 2.7.0", "memchr", - "thiserror 2.0.9", + "thiserror 2.0.10", ] [[package]]