mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 23:35:49 +00:00
chore(Cargo): update dependencies
This commit is contained in:
parent
cf169d1582
commit
ccebb56a83
22
Cargo.toml
22
Cargo.toml
@ -18,20 +18,20 @@ travis-ci = { repository = "fdehau/tui-rs" }
|
|||||||
default = ["termion"]
|
default = ["termion"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "1.0.1"
|
bitflags = "1.0"
|
||||||
cassowary = "0.3.0"
|
cassowary = "0.3"
|
||||||
itertools = "0.7.8"
|
itertools = "0.7"
|
||||||
log = "0.4.1"
|
log = "0.4"
|
||||||
either = "1.5.0"
|
either = "1.5"
|
||||||
unicode-segmentation = "1.2.0"
|
unicode-segmentation = "1.2"
|
||||||
unicode-width = "0.1.4"
|
unicode-width = "0.1"
|
||||||
termion = { version = "1.5.1", optional = true }
|
termion = { version = "1.5", optional = true }
|
||||||
rustbox = { version = "0.11.0", optional = true }
|
rustbox = { version = "0.11", optional = true }
|
||||||
crossterm = { version = "0.4", optional = true }
|
crossterm = { version = "0.4", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
stderrlog = "0.3.0"
|
stderrlog = "0.4"
|
||||||
rand = "0.4.2"
|
rand = "0.4"
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "rustbox"
|
name = "rustbox"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user