diff --git a/Cargo.lock b/Cargo.lock index f696fd435..3998541a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,7 +358,7 @@ dependencies = [ "sha2 0.10.8", "strum", "tempfile", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "toml 0.8.19", "tonic", @@ -396,7 +396,7 @@ dependencies = [ "strum", "tdx-attest-rs", "tempfile", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", ] @@ -479,7 +479,7 @@ dependencies = [ "serde_json", "sev 4.0.0", "sha2 0.10.8", - "thiserror 2.0.10", + "thiserror 2.0.11", "tss-esapi", "zerocopy", ] @@ -495,7 +495,7 @@ dependencies = [ "clap 4.2.7", "serde", "sev 4.0.0", - "thiserror 2.0.10", + "thiserror 2.0.11", "ureq", ] @@ -1147,7 +1147,7 @@ dependencies = [ "sha2 0.10.8", "strum", "tempfile", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "toml 0.8.19", "tonic", @@ -3300,7 +3300,7 @@ dependencies = [ "serde", "serde_json", "superboring", - "thiserror 2.0.10", + "thiserror 2.0.11", "zeroize", ] @@ -3378,7 +3378,7 @@ dependencies = [ "sha2 0.10.8", "tempfile", "testcontainers", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "ttrpc", "ttrpc-codegen", @@ -4179,7 +4179,7 @@ dependencies = [ "serde_json", "strum", "strum_macros", - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -6380,11 +6380,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.10" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ - "thiserror-impl 2.0.10", + "thiserror-impl 2.0.11", ] [[package]] @@ -6400,9 +6400,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.10" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote",