From ff39ad93b7372d5092576dd9e1c645388bd9b3b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:36:14 +0800 Subject: [PATCH] chore(deps) Update Tauri Codegen (#11667) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c930e7edfdf5..d2a3e2e4bc7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9039,7 +9039,7 @@ dependencies = [ "tauri-runtime", "tauri-runtime-wry", "tauri-utils 2.1.0", - "thiserror 2.0.0", + "thiserror 2.0.3", "tokio", "tracing", "tray-icon", @@ -9107,7 +9107,7 @@ dependencies = [ "tauri-macos-sign", "tauri-utils 2.1.0", "tempfile", - "thiserror 2.0.0", + "thiserror 2.0.3", "time", "ureq", "url", @@ -9227,7 +9227,7 @@ dependencies = [ "sha2", "syn 2.0.87", "tauri-utils 2.1.0", - "thiserror 2.0.0", + "thiserror 2.0.3", "time", "url", "uuid", @@ -9366,7 +9366,7 @@ dependencies = [ "serde", "tauri", "tauri-plugin 2.0.3", - "thiserror 2.0.0", + "thiserror 2.0.3", ] [[package]] @@ -9381,7 +9381,7 @@ dependencies = [ "serde", "serde_json", "tauri-utils 2.1.0", - "thiserror 2.0.0", + "thiserror 2.0.3", "url", "windows", ] @@ -9533,7 +9533,7 @@ dependencies = [ "serial_test", "serialize-to-javascript", "swift-rs", - "thiserror 2.0.0", + "thiserror 2.0.3", "toml 0.8.19", "url", "urlpattern", @@ -9634,11 +9634,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.0" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15291287e9bff1bc6f9ff3409ed9af665bec7a5fc8ac079ea96be07bca0e2668" +checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" dependencies = [ - "thiserror-impl 2.0.0", + "thiserror-impl 2.0.3", ] [[package]] @@ -9654,9 +9654,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.0" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22efd00f33f93fa62848a7cab956c3d38c8d43095efda1decfc2b3a5dc0b8972" +checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" dependencies = [ "proc-macro2", "quote",