Update dependencies

This commit is contained in:
Joscha 2024-11-06 22:13:11 +01:00
parent 3a5ce3832b
commit 65f31a2697
2 changed files with 7 additions and 4 deletions

View file

@ -16,6 +16,9 @@ Procedure when bumping the version number:
### Added ### Added
- `Terminal::mark_dirty` - `Terminal::mark_dirty`
### Changed
- **(breaking)** Updated dependencies
## v0.2.3 - 2024-04-25 ## v0.2.3 - 2024-04-25
### Fixed ### Fixed

View file

@ -4,8 +4,8 @@ version = "0.2.3"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
async-trait = "0.1.80" async-trait = "0.1.83"
crossterm = "0.27.0" crossterm = "0.28.1"
unicode-linebreak = "0.1.5" unicode-linebreak = "0.1.5"
unicode-segmentation = "1.11.0" unicode-segmentation = "1.12.0"
unicode-width = "0.1.11" unicode-width = "0.2.0"