mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 07:35:10 +01:00
deps: use newer version of terminal_size
This commit is contained in:
parent
8d7e21f99f
commit
0a4437f5b5
4 changed files with 22 additions and 47 deletions
|
|
@ -15,7 +15,8 @@ sys-locale = "0.3"
|
|||
rust-i18n = "3"
|
||||
serde_json = { version = "1.0" }
|
||||
serde = { version = "1.0", features = ["derive"]}
|
||||
textwrap = { version = "0.16", features = ["terminal_size"] }
|
||||
textwrap = "0.16"
|
||||
terminal_size = "0.4"
|
||||
|
||||
|
||||
curl = { version = "0.4", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue