diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index d266fb9..0037363 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -571,7 +571,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 2.0.9", + "thiserror 2.0.11", ] [[package]] @@ -4199,7 +4199,7 @@ dependencies = [ "tauri-runtime", "tauri-runtime-wry", "tauri-utils", - "thiserror 2.0.9", + "thiserror 2.0.11", "tokio", "tray-icon", "url", @@ -4252,7 +4252,7 @@ dependencies = [ "sha2", "syn 2.0.90", "tauri-utils", - "thiserror 2.0.9", + "thiserror 2.0.11", "time", "url", "uuid", @@ -4301,7 +4301,7 @@ dependencies = [ "serde_json", "tauri", "tauri-plugin", - "thiserror 2.0.9", + "thiserror 2.0.11", ] [[package]] @@ -4318,7 +4318,7 @@ dependencies = [ "tauri", "tauri-plugin", "tauri-plugin-fs", - "thiserror 2.0.9", + "thiserror 2.0.11", "url", ] @@ -4339,7 +4339,7 @@ dependencies = [ "tauri", "tauri-plugin", "tauri-utils", - "thiserror 2.0.9", + "thiserror 2.0.11", "toml 0.8.19", "url", "uuid", @@ -4372,7 +4372,7 @@ dependencies = [ "shared_child", "tauri", "tauri-plugin", - "thiserror 2.0.9", + "thiserror 2.0.11", "tokio", ] @@ -4385,7 +4385,7 @@ dependencies = [ "serde", "serde_json", "tauri", - "thiserror 2.0.9", + "thiserror 2.0.11", "tracing", "windows-sys 0.59.0", "zbus 4.4.0", @@ -4405,7 +4405,7 @@ dependencies = [ "serde", "serde_json", "tauri-utils", - "thiserror 2.0.9", + "thiserror 2.0.11", "url", "windows 0.58.0", ] @@ -4465,7 +4465,7 @@ dependencies = [ "serde_json", "serde_with", "swift-rs", - "thiserror 2.0.9", + "thiserror 2.0.11", "toml 0.8.19", "url", "urlpattern", @@ -4534,11 +4534,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ - "thiserror-impl 2.0.9", + "thiserror-impl 2.0.11", ] [[package]] @@ -4554,9 +4554,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", @@ -5276,7 +5276,7 @@ dependencies = [ "tauri-plugin-single-instance", "tempfile", "termcolor", - "thiserror 2.0.9", + "thiserror 2.0.11", "tokio", "toml 0.8.19", "whisper-rs", @@ -5745,7 +5745,7 @@ dependencies = [ "sha2", "soup3", "tao-macros", - "thiserror 2.0.9", + "thiserror 2.0.11", "url", "webkit2gtk", "webkit2gtk-sys",