From 8f68f7d2f1b6e11547b589432e3684bd92c275d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:19:07 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54564d4..6db9faf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ signature = "2.2.0" tdx-attest-rs = { version = "0.1.2", git = "https://github.com/intel/SGXDataCenterAttestationPrimitives.git", rev = "aa239d25a437a28f3f4de92c38f5b6809faac842" } teepot = { path = "crates/teepot" } testaso = "0.1.0" -thiserror = "1.0.59" +thiserror = "2.0.0" tokio = { version = "1", features = ["sync", "macros", "rt-multi-thread", "fs", "time"] } tracing = "0.1" tracing-actix-web = "0.7"