From eacd602262d9343db170d850c10b6ffcb0ccfa25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 19:49:50 +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 b1c5d774f..9d8e8d019 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1362,7 +1362,7 @@ dependencies = [ "target-lexicon 0.12.16", "tempfile", "term", - "thiserror 1.0.69", + "thiserror 2.0.16", "tokio", "tracing", "tracing-error", diff --git a/Cargo.toml b/Cargo.toml index c0337b2e2..fccdba32b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ serde_json = { version = "1.0.120", default-features = false, features = [ "std" serde_with = { version = "3", default-features = false, features = [ "std", "macros" ] } tar = { version = "0.4.38", default-features = false, features = [ "xattr" ] } target-lexicon = { version = "0.12.4", default-features = false, features = [ "std" ] } -thiserror = { version = "1.0.61", default-features = false } +thiserror = { version = "2.0.16", default-features = false } tokio = { version = "1.21.0", default-features = false, features = ["time", "io-std", "process", "fs", "signal", "tracing", "rt-multi-thread", "macros", "io-util", "parking_lot" ] } tracing = { version = "0.1.36", default-features = false, features = [ "std", "attributes" ] } tracing-error = { version = "0.2.0", default-features = false, optional = true, features = ["traced-error"] }