From 8ed2491d466aa74739d49e410376c63f7f99a23d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:43:00 +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 eb57124..3958c69 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1262,7 +1262,7 @@ dependencies = [ "tauri", "tauri-build", "tauri-plugin-opener", - "thiserror 1.0.69", + "thiserror 2.0.18", "time", "tokio", "tracing", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d43f39e..03c9738 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -30,7 +30,7 @@ sqlx = { version = "0.8", default-features = false, features = ["runtime-tokio", quick-xml = { version = "0.36", features = ["serialize"] } chrono = { version = "0.4", features = ["serde"] } anyhow = "1" -thiserror = "1" +thiserror = "2" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] } tracing-appender = "0.2"