From 6fb7d8b68d67f6021d2bb4e0fd4a0301bf3999ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 07:36:07 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.56 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dce3400..8af3e4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ documentation = "https://docs.rs/promptuity" [dependencies] crossterm = "0.27.0" -thiserror = "1.0.50" +thiserror = "1.0.56" unicode-width = "0.1.11" [dev-dependencies]