From 81749461a5ecc8cbcdc9d61af5a9e7419606bb1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 23:35:57 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.69 to 2.0.17 in /src-tauri Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.17. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 9a44980b..b027ed2e 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1189,7 +1189,7 @@ dependencies = [ "tauri-plugin-single-instance", "tauri-runtime-wry", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.17", "thread-priority", "tokio", "tokio-tungstenite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c5bbea47..103d2fb9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["float_roundtrip"] } base64 = "0.22" minisign-verify = "0.2.5" -thiserror = "1.0" +thiserror = "2.0" parking_lot = "0.12" log = "0.4" notify = "6.1"