From b5119015e869fd4f4244c16f919e8d9aff6bcc67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:26:02 +0000 Subject: [PATCH] chore(deps): Bump thiserror from 2.0.4 to 2.0.6 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.4 to 2.0.6. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.4...2.0.6) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8ad5271f..8d81f26ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,7 +358,7 @@ dependencies = [ "sha2 0.10.8", "strum", "tempfile", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "toml 0.8.19", "tonic", @@ -396,7 +396,7 @@ dependencies = [ "strum", "tdx-attest-rs", "tempfile", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", ] @@ -479,7 +479,7 @@ dependencies = [ "serde_json", "sev 4.0.0", "sha2 0.10.8", - "thiserror 2.0.4", + "thiserror 2.0.6", "tss-esapi", "zerocopy", ] @@ -495,7 +495,7 @@ dependencies = [ "clap 4.2.7", "serde", "sev 4.0.0", - "thiserror 2.0.4", + "thiserror 2.0.6", "ureq", ] @@ -1148,7 +1148,7 @@ dependencies = [ "sha2 0.10.8", "strum", "tempfile", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "toml 0.8.19", "tonic", @@ -3381,7 +3381,7 @@ dependencies = [ "sha2 0.10.8", "tempfile", "testcontainers", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "ttrpc", "ttrpc-codegen", @@ -4182,7 +4182,7 @@ dependencies = [ "serde_json", "strum", "strum_macros", - "thiserror 2.0.4", + "thiserror 2.0.6", ] [[package]] @@ -6384,11 +6384,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.4" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" +checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" dependencies = [ - "thiserror-impl 2.0.4", + "thiserror-impl 2.0.6", ] [[package]] @@ -6404,9 +6404,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.4" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" +checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" dependencies = [ "proc-macro2", "quote",