diff --git a/Cargo.lock b/Cargo.lock index 293429d0f..d894e1954 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ dependencies = [ "sha2 0.10.8", "strum", "tempfile", - "thiserror 2.0.3", + "thiserror 2.0.4", "tokio", "toml 0.8.19", "tonic", @@ -395,7 +395,7 @@ dependencies = [ "strum", "tdx-attest-rs", "tempfile", - "thiserror 2.0.3", + "thiserror 2.0.4", "tokio", ] @@ -478,7 +478,7 @@ dependencies = [ "serde_json", "sev 4.0.0", "sha2 0.10.8", - "thiserror 2.0.3", + "thiserror 2.0.4", "tss-esapi", "zerocopy", ] @@ -494,7 +494,7 @@ dependencies = [ "clap 4.2.7", "serde", "sev 4.0.0", - "thiserror 2.0.3", + "thiserror 2.0.4", "ureq", ] @@ -1147,7 +1147,7 @@ dependencies = [ "sha2 0.10.8", "strum", "tempfile", - "thiserror 2.0.3", + "thiserror 2.0.4", "tokio", "toml 0.8.19", "tonic", @@ -3380,7 +3380,7 @@ dependencies = [ "sha2 0.10.8", "tempfile", "testcontainers", - "thiserror 2.0.3", + "thiserror 2.0.4", "tokio", "ttrpc", "ttrpc-codegen", @@ -4181,7 +4181,7 @@ dependencies = [ "serde_json", "strum", "strum_macros", - "thiserror 2.0.3", + "thiserror 2.0.4", ] [[package]] @@ -6383,11 +6383,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" dependencies = [ - "thiserror-impl 2.0.3", + "thiserror-impl 2.0.4", ] [[package]] @@ -6403,9 +6403,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" +checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" dependencies = [ "proc-macro2", "quote",