From 62b6f0c1972ed76a1f06a2c87448cd5a20464a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:24:18 +0000 Subject: [PATCH] chore(deps)(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 +- cli/dlc10/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62f28db90..e7bd2f162 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -652,7 +652,7 @@ dependencies = [ "clap", "hex", "rusb", - "thiserror 1.0.69", + "thiserror 2.0.18", ] [[package]] diff --git a/cli/dlc10/Cargo.toml b/cli/dlc10/Cargo.toml index c3b3cb48d..047e02170 100644 --- a/cli/dlc10/Cargo.toml +++ b/cli/dlc10/Cargo.toml @@ -16,5 +16,5 @@ path = "src/bin/dlc10.rs" rusb = "0.9" anyhow = "1" clap = { version = "4", features = ["derive", "env"] } -thiserror = "1" +thiserror = "2" hex = "0.4"