mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-23 05:03:13 +00:00
Update dependencies
This commit is contained in:
parent
796dab8873
commit
5a48de24a2
1 changed files with 7 additions and 7 deletions
14
Cargo.toml
14
Cargo.toml
|
@ -14,14 +14,14 @@ exclude = ["docs", ".travis.yml"]
|
||||||
default = ["rustbox", "termion"]
|
default = ["rustbox", "termion"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "0.7"
|
bitflags = "0.7.0"
|
||||||
cassowary = "0.2.0"
|
cassowary = "0.2.0"
|
||||||
log = "0.3"
|
log = "0.3.6"
|
||||||
unicode-segmentation = "0.1.2"
|
unicode-segmentation = "0.1.3"
|
||||||
unicode-width = "0.1.3"
|
unicode-width = "0.1.4"
|
||||||
termion = { version = "1.1.1", optional = true }
|
termion = { version = "1.1.4", optional = true }
|
||||||
rustbox = { version = "0.9.0", optional = true }
|
rustbox = { version = "0.9.0", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
log4rs = "0.5.0"
|
log4rs = "0.5.2"
|
||||||
rand = "0.3"
|
rand = "0.3.15"
|
||||||
|
|
Loading…
Reference in a new issue