Update dependencies
This commit is contained in:
parent
3a5ce3832b
commit
65f31a2697
2 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue