From 4f3c222e34d9b555496ddde5515433519ee51732 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:46:35 +0000 Subject: [PATCH] :arrow_up: - Update Rust crate error-stack to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8428fe8..32d9ff6 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.7.0" \ No newline at end of file