Allow updating textwrap to 0.16.
- Don't actually update, as other dependencies are still on 0.15.
This commit is contained in:
parent
1d92282aa2
commit
83f92ef064
@ -50,7 +50,7 @@ serde_json = "1.0.80"
|
|||||||
serde = { version = "1.0.137", features = ["derive"] }
|
serde = { version = "1.0.137", features = ["derive"] }
|
||||||
terminal_size = ">=0.2.6, <0.4"
|
terminal_size = ">=0.2.6, <0.4"
|
||||||
termcolor = "1.2.0"
|
termcolor = "1.2.0"
|
||||||
textwrap = "0.15"
|
textwrap = ">=0.15, <0.17"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
anyhow = "1.0.18"
|
anyhow = "1.0.18"
|
||||||
|
Loading…
Reference in New Issue
Block a user