From 0f7505ebb4dbca778b6f24f496dd6a18fce067db Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 25 Apr 2024 20:13:42 +0200 Subject: [PATCH] Update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ec48349..a54a858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.2.2" edition = "2021" [dependencies] -async-trait = "0.1.77" +async-trait = "0.1.80" crossterm = "0.27.0" unicode-linebreak = "0.1.5" -unicode-segmentation = "1.10.1" +unicode-segmentation = "1.11.0" unicode-width = "0.1.11"