From 8a4b182247f25640b963af6753db76a7da56aedd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 07:06:31 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.69 to 2.0.12 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.12 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 d5a0376e..059fb33b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2601,7 +2601,7 @@ dependencies = [ "sha2", "target-lexicon 0.12.16", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "toml", "tower-lsp", diff --git a/Cargo.toml b/Cargo.toml index 0a8a0e2e..d0ebb68d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ serde = { version = "1.0", features = ["derive"] } semver = "1.0" walkdir = "2.0" sha2 = "0.10" -thiserror = "1.0" +thiserror = "2.0" dirs = "6.0" serde_json = "1.0" chrono = { version = "0.4", features = ["serde"] }