mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +00:00
Merge pull request #3522 from clap-rs/dependabot/cargo/textwrap-0.15.0
chore(deps): update textwrap requirement from 0.14.0 to 0.15.0
This commit is contained in:
commit
d63457a20f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ path = "benches/06_rustup.rs"
|
|||
[dependencies]
|
||||
clap_derive = { path = "./clap_derive", version = "3.1.4", optional = true }
|
||||
bitflags = "1.2"
|
||||
textwrap = { version = "0.14.0", default-features = false, features = [] }
|
||||
textwrap = { version = "0.15.0", default-features = false, features = [] }
|
||||
unicase = { version = "2.6", optional = true }
|
||||
indexmap = "1.0"
|
||||
os_str_bytes = "6.0"
|
||||
|
|
Loading…
Reference in a new issue