From eea42e68c8647885e665d33f1831969027ebf8d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 03:25:55 +0000 Subject: [PATCH] chore: update rust crate thiserror to 1.0.58 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d64b40..4577c88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ documentation = "https://docs.rs/promptuity" [dependencies] crossterm = "0.27.0" strip-ansi-escapes = "0.2.0" -thiserror = "1.0.57" +thiserror = "1.0.58" unicode-width = "0.1.11" [dev-dependencies]