mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +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"]
|
||||
|
||||
[dependencies]
|
||||
bitflags = "0.7"
|
||||
bitflags = "0.7.0"
|
||||
cassowary = "0.2.0"
|
||||
log = "0.3"
|
||||
unicode-segmentation = "0.1.2"
|
||||
unicode-width = "0.1.3"
|
||||
termion = { version = "1.1.1", optional = true }
|
||||
log = "0.3.6"
|
||||
unicode-segmentation = "0.1.3"
|
||||
unicode-width = "0.1.4"
|
||||
termion = { version = "1.1.4", optional = true }
|
||||
rustbox = { version = "0.9.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
log4rs = "0.5.0"
|
||||
rand = "0.3"
|
||||
log4rs = "0.5.2"
|
||||
rand = "0.3.15"
|
||||
|
|
Loading…
Reference in a new issue