diff --git a/Cargo.lock b/Cargo.lock index 6ef821987..799bace80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,7 +358,7 @@ dependencies = [ "sha2 0.10.8", "strum", "tempfile", - "thiserror 2.0.8", + "thiserror 2.0.9", "tokio", "toml 0.8.19", "tonic", @@ -396,7 +396,7 @@ dependencies = [ "strum", "tdx-attest-rs", "tempfile", - "thiserror 2.0.8", + "thiserror 2.0.9", "tokio", ] @@ -479,7 +479,7 @@ dependencies = [ "serde_json", "sev 4.0.0", "sha2 0.10.8", - "thiserror 2.0.8", + "thiserror 2.0.9", "tss-esapi", "zerocopy", ] @@ -495,7 +495,7 @@ dependencies = [ "clap 4.2.7", "serde", "sev 4.0.0", - "thiserror 2.0.8", + "thiserror 2.0.9", "ureq", ] @@ -1148,7 +1148,7 @@ dependencies = [ "sha2 0.10.8", "strum", "tempfile", - "thiserror 2.0.8", + "thiserror 2.0.9", "tokio", "toml 0.8.19", "tonic", @@ -3303,7 +3303,7 @@ dependencies = [ "serde", "serde_json", "superboring", - "thiserror 2.0.8", + "thiserror 2.0.9", "zeroize", ] @@ -3381,7 +3381,7 @@ dependencies = [ "sha2 0.10.8", "tempfile", "testcontainers", - "thiserror 2.0.8", + "thiserror 2.0.9", "tokio", "ttrpc", "ttrpc-codegen", @@ -4182,7 +4182,7 @@ dependencies = [ "serde_json", "strum", "strum_macros", - "thiserror 2.0.8", + "thiserror 2.0.9", ] [[package]] @@ -6384,11 +6384,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.8" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" dependencies = [ - "thiserror-impl 2.0.8", + "thiserror-impl 2.0.9", ] [[package]] @@ -6404,9 +6404,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.8" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" dependencies = [ "proc-macro2", "quote",