Allow updating textwrap to 0.16.

- Don't actually update, as other dependencies are still on 0.15.
This commit is contained in:
Justus Winter 2024-01-19 14:27:29 +01:00
parent 1d92282aa2
commit 83f92ef064
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386

View File

@ -50,7 +50,7 @@ serde_json = "1.0.80"
serde = { version = "1.0.137", features = ["derive"] }
terminal_size = ">=0.2.6, <0.4"
termcolor = "1.2.0"
textwrap = "0.15"
textwrap = ">=0.15, <0.17"
[build-dependencies]
anyhow = "1.0.18"