diff --git a/Cargo.lock b/Cargo.lock index 03c57ad..80a51e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -650,7 +650,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -3105,7 +3105,7 @@ dependencies = [ "tauri-plugin-log", "tauri-plugin-opener", "tauri-plugin-updater", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", ] @@ -4141,7 +4141,7 @@ dependencies = [ "rustc-hash 2.1.0", "rustls", "socket2", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "tracing", ] @@ -4160,7 +4160,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.10", + "thiserror 2.0.11", "tinyvec", "tracing", "web-time", @@ -5281,7 +5281,7 @@ dependencies = [ "tauri-runtime", "tauri-runtime-wry", "tauri-utils", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "tray-icon", "url", @@ -5334,7 +5334,7 @@ dependencies = [ "sha2", "syn 2.0.95", "tauri-utils", - "thiserror 2.0.10", + "thiserror 2.0.11", "time", "url", "uuid", @@ -5384,7 +5384,7 @@ dependencies = [ "serde_json", "tauri", "tauri-plugin", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -5405,7 +5405,7 @@ dependencies = [ "swift-rs", "tauri", "tauri-plugin", - "thiserror 2.0.10", + "thiserror 2.0.11", "time", ] @@ -5425,7 +5425,7 @@ dependencies = [ "serde_json", "tauri", "tauri-plugin", - "thiserror 2.0.10", + "thiserror 2.0.11", "url", "windows", "zbus", @@ -5453,7 +5453,7 @@ dependencies = [ "tauri", "tauri-plugin", "tempfile", - "thiserror 2.0.10", + "thiserror 2.0.11", "time", "tokio", "url", @@ -5475,7 +5475,7 @@ dependencies = [ "serde", "serde_json", "tauri-utils", - "thiserror 2.0.10", + "thiserror 2.0.11", "url", "windows", ] @@ -5552,7 +5552,7 @@ dependencies = [ "serde_json", "serde_with", "swift-rs", - "thiserror 2.0.10", + "thiserror 2.0.11", "toml 0.8.19", "url", "urlpattern", @@ -5658,11 +5658,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.10" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ - "thiserror-impl 2.0.10", + "thiserror-impl 2.0.11", ] [[package]] @@ -5678,9 +5678,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.10" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", @@ -6809,7 +6809,7 @@ dependencies = [ "sha2", "soup3", "tao-macros", - "thiserror 2.0.10", + "thiserror 2.0.11", "url", "webkit2gtk", "webkit2gtk-sys", @@ -7068,7 +7068,7 @@ dependencies = [ "displaydoc", "indexmap 2.7.0", "memchr", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]]