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
|
### 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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue