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:
Ed Page 2022-03-02 09:47:36 -06:00 committed by GitHub
commit d63457a20f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"