Skip to content

Commit

Permalink
Merge pull request #3522 from clap-rs/dependabot/cargo/textwrap-0.15.0
Browse files Browse the repository at this point in the history
chore(deps): update textwrap requirement from 0.14.0 to 0.15.0
  • Loading branch information
epage authored Mar 2, 2022
2 parents 1e286f3 + e52ce53 commit d63457a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d63457a

Please sign in to comment.