From 729c88288108e20cf0925ccc7d4f88317980ae49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:49:52 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.69 to 2.0.20 in /platforms/tui Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.20. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.20) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.20 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- platforms/tui/Cargo.lock | 2 +- platforms/windows/src/engine/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/tui/Cargo.lock b/platforms/tui/Cargo.lock index 5a9b0393..a92a0b06 100644 --- a/platforms/tui/Cargo.lock +++ b/platforms/tui/Cargo.lock @@ -761,7 +761,7 @@ dependencies = [ "sha2", "symphonia", "sysinfo", - "thiserror 1.0.69", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", diff --git a/platforms/windows/src/engine/Cargo.toml b/platforms/windows/src/engine/Cargo.toml index 8252a94a..5feef51e 100644 --- a/platforms/windows/src/engine/Cargo.toml +++ b/platforms/windows/src/engine/Cargo.toml @@ -50,7 +50,7 @@ tracing-appender = "0.2" # Errors. anyhow = "1" -thiserror = "1" +thiserror = "2" # Filesystem walk + path utilities. Faster than std::fs::read_dir at scale. walkdir = "2"