From 64e87525ea3f2c14360adbc2e7660b04375621cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 06:39:51 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.69 to 2.0.18 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] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09f494c..d8b77ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3130,7 +3130,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.18", "tokio", "tracing", "tracing-subscriber", diff --git a/Cargo.toml b/Cargo.toml index 8201bd4..a80c486 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["hardware-support", "command-line-utilities"] [dependencies] # Core (cross-platform) tokio = { version = "1", features = ["full", "signal"] } -thiserror = "1.0" +thiserror = "2.0" anyhow = "1.0" async-trait = "0.1" pollster = "0.4"