From eee14b68359379a7c604ceba88a54aba20332953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 04:27:33 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.69 to 2.0.18 in /src-tauri Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 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 611d234..09ee602 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2611,7 +2611,7 @@ dependencies = [ "tauri-plugin-dialog", "tauri-plugin-shell", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.18", "tokio", "tracing", "tracing-subscriber", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0d94ce7..d4048f8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -68,7 +68,7 @@ dirs-next = "2" # 跨平台数据目录路径 tokio = { version = "1", features = ["full"] } # 错误处理 -thiserror = "1" +thiserror = "2" anyhow = "1" # 日志