mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-29 05:51:57 +00:00
Update dependencies
This commit is contained in:
parent
2cb5e185eb
commit
d8865af559
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
target
|
target
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
*.log
|
*.log
|
||||||
|
*.rs.rustfmt
|
||||||
.gdb_history
|
.gdb_history
|
||||||
|
@ -15,11 +15,11 @@ default = ["rustbox", "termion"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "0.7.0"
|
bitflags = "0.7.0"
|
||||||
cassowary = "0.2.0"
|
cassowary = "0.2.1"
|
||||||
log = "0.3.6"
|
log = "0.3.7"
|
||||||
unicode-segmentation = "0.1.3"
|
unicode-segmentation = "0.1.3"
|
||||||
unicode-width = "0.1.4"
|
unicode-width = "0.1.4"
|
||||||
termion = { version = "1.1.4", optional = true }
|
termion = { version = "1.3.0", optional = true }
|
||||||
rustbox = { version = "0.9.0", optional = true }
|
rustbox = { version = "0.9.0", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user