From b5c808c2a46a32c64326983a6391c832e1f6f134 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 11:32:58 +0000 Subject: [PATCH] :arrow_up: - Update Rust crate error-stack to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8428fe8..b214898 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ anyhow = "1" thiserror = "1" # feat(lib)!: transfer from `thiserror` and `anyhow` -error-stack = "0.4.1" \ No newline at end of file +error-stack = "0.6.0" \ No newline at end of file