From a4ec64aa57b39f5b1fc7fe9e5d4164f8fff31a1b Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 14 May 2023 15:57:19 +0200 Subject: [PATCH] Update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9641efb..3de8599 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -async-trait = "0.1.64" +async-trait = "0.1.68" crossterm = "0.26.1" unicode-linebreak = "0.1.4" unicode-segmentation = "1.10.1"