From 20fcc923f554e7fa3a4f8539098335cf536ff047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 17:23:33 +0000 Subject: [PATCH] Bump thiserror from 1.0.69 to 2.0.16 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.16. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.16) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.16 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 cfa403b..239683e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1448,7 +1448,7 @@ dependencies = [ "serial_test", "shlex", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.16", "toml", "uncased", "xdg", diff --git a/Cargo.toml b/Cargo.toml index bd3d79b..c7aa544 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.85" [dependencies] serde = { version = "1.0", features = ["derive"] } -thiserror = "1.0" +thiserror = "2.0" ortho_config = { version = "0.5.0-alpha2", optional = true } clap = { version = "4.5", features = ["derive"], optional = true } figment = { version = "0.10", default-features = false, features = ["env"], optional = true }