mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 15:14:27 +00:00
Bump dependencies
This commit is contained in:
parent
92a3474093
commit
28f0a8f216
1 changed files with 2 additions and 2 deletions
|
@ -19,10 +19,10 @@ default = ["termion"]
|
|||
[dependencies]
|
||||
bitflags = "0.7.0"
|
||||
cassowary = "0.2.1"
|
||||
log = "0.3.7"
|
||||
log = "0.3.8"
|
||||
unicode-segmentation = "0.1.3"
|
||||
unicode-width = "0.1.4"
|
||||
termion = { version = "1.3.0", optional = true }
|
||||
termion = { version = "1.4.0", optional = true }
|
||||
rustbox = { version = "0.9.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in a new issue