From 699626a6980c57426a68a548e52930760db0c39f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 07:37:27 +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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 827cbde..67da35c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1553,7 +1553,7 @@ dependencies = [ "directories", "serde", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.18", "toml", ] @@ -1565,7 +1565,7 @@ dependencies = [ "nix 0.29.0", "serialport", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.18", "tokio", "tokio-serial", "tokio-util", diff --git a/Cargo.toml b/Cargo.toml index 390f4ae..b42fa22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ vt100 = "0.16" tui-term = "0.3" serde = { version = "1", features = ["derive"] } toml = "0.8" -thiserror = "1" +thiserror = "2" directories = "5" insta = "1" anyhow = "1"