From 44512f1088246052c1b305d9ba644a8f82f50084 Mon Sep 17 00:00:00 2001 From: Joscha Date: Fri, 5 Jan 2024 13:53:13 +0100 Subject: [PATCH] Update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6832db1..e1c4124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.2.0" edition = "2021" [dependencies] -async-trait = "0.1.73" +async-trait = "0.1.77" crossterm = "0.27.0" unicode-linebreak = "0.1.5" unicode-segmentation = "1.10.1" -unicode-width = "0.1.10" +unicode-width = "0.1.11"