From 65f31a2697396f80c796fe485c6d7473e318826a Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 6 Nov 2024 22:13:11 +0100 Subject: [PATCH] Update dependencies --- CHANGELOG.md | 3 +++ Cargo.toml | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 352a2df..7c2eb3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ Procedure when bumping the version number: ### Added - `Terminal::mark_dirty` +### Changed +- **(breaking)** Updated dependencies + ## v0.2.3 - 2024-04-25 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 618da80..894e169 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.2.3" edition = "2021" [dependencies] -async-trait = "0.1.80" -crossterm = "0.27.0" +async-trait = "0.1.83" +crossterm = "0.28.1" unicode-linebreak = "0.1.5" -unicode-segmentation = "1.11.0" -unicode-width = "0.1.11" +unicode-segmentation = "1.12.0" +unicode-width = "0.2.0"