From f6cbba5231f240f87ed56210f681a69bce42564e Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 31 Aug 2023 13:20:54 +0200 Subject: [PATCH] Update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3de8599..fcb3d86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.0" edition = "2021" [dependencies] -async-trait = "0.1.68" -crossterm = "0.26.1" -unicode-linebreak = "0.1.4" +async-trait = "0.1.73" +crossterm = "0.27.0" +unicode-linebreak = "0.1.5" unicode-segmentation = "1.10.1" unicode-width = "0.1.10"