From 8730c44518e2d5b7781836b97676adb4e79127fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:05:53 +0000 Subject: [PATCH] chore(deps) Update Rust crate thiserror to v2 --- crates/tauri-bundler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tauri-bundler/Cargo.toml b/crates/tauri-bundler/Cargo.toml index a485f0a9ccf7..d2f9a9c1baf7 100644 --- a/crates/tauri-bundler/Cargo.toml +++ b/crates/tauri-bundler/Cargo.toml @@ -21,7 +21,7 @@ tauri-utils = { version = "2.0.2", path = "../tauri-utils", features = [ image = "0.25.0" flate2 = "1.0" anyhow = "1.0" -thiserror = "1.0" +thiserror = "2.0" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } strsim = "0.11.0"