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"