From bd61f7933919a7323ca17e5d1192755fafc106dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 04:49:21 +0000 Subject: [PATCH] Bump thiserror from 1.0.69 to 2.0.17 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] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8027b45..69a24ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2097,7 +2097,7 @@ dependencies = [ "serde_json_path", "serde_yaml", "tera", - "thiserror 1.0.69", + "thiserror 2.0.17", "tokio", "tui-input", "tui-syntax-highlight", diff --git a/Cargo.toml b/Cargo.toml index d18efa6..2e3b9db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ clap = { version = "4", features = ["derive"] } # Utilities anyhow = "1" -thiserror = "1" +thiserror = "2" async-trait = "0.1" chrono = "0.4" humantime = "2"