From e54244ffdec6691d6a94aa97ed0596214febf65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:27:19 +0000 Subject: [PATCH] chore(deps): bump thiserror from 2.0.6 to 2.0.8 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.6 to 2.0.8. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.6...2.0.8) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e59e6819f..dac2be9bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,7 @@ dependencies = [ "serde_json", "serde_yml", "tar", - "thiserror 2.0.6", + "thiserror 2.0.8", "toml", "toml_edit", "url", @@ -198,7 +198,7 @@ dependencies = [ "pathdiff", "semver", "serde", - "thiserror 2.0.6", + "thiserror 2.0.8", "tracing", "url", ] @@ -423,7 +423,7 @@ dependencies = [ "spdx", "tar", "temp-dir", - "thiserror 2.0.6", + "thiserror 2.0.8", "tokio", "tracing", "uuid", @@ -2898,11 +2898,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.6" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" +checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" dependencies = [ - "thiserror-impl 2.0.6", + "thiserror-impl 2.0.8", ] [[package]] @@ -2918,9 +2918,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.6" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" +checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index fd097b4f5..a54576235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ console = { version = "0.15.10" } clap-cargo = { version = "0.14.0" } comfy-table = "7.1.3" miette = { version = "7.4.0" } -thiserror = "2.0.0" +thiserror = "2.0.8" tracing = { version = "0.1.41", features = ["log"] } serde = { version = "1.0.216", features = ["derive"] } serde_json = { version = "1.0.133" }