Skip to content

Commit

Permalink
build(deps): bump terminal_size to 0.2.1 and textwrap to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niyaznigmatullin committed Sep 16, 2022
1 parent 7de2f36 commit 30a9ed7
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 9 deletions.
104 changes: 97 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -90,14 +90,14 @@ bench = false
clap_derive = { path = "./clap_derive", version = "=3.2.18", optional = true }
clap_lex = { path = "./clap_lex", version = "0.2.2" }
bitflags = "1.2"
textwrap = { version = "0.15.0", default-features = false, features = [] }
textwrap = { version = "0.15.1", default-features = false, features = [] }
unicase = { version = "2.6", optional = true }
indexmap = "1.0"
strsim = { version = "0.10", optional = true }
yaml-rust = { version = "0.4.1", optional = true }
atty = { version = "0.2", optional = true }
termcolor = { version = "1.1.1", optional = true }
terminal_size = { version = "0.1.12", optional = true }
terminal_size = { version = "0.2.1", optional = true }
regex = { version = "1.0", optional = true }
backtrace = { version = "0.3", optional = true }
once_cell = { version = "1.12.0", optional = true }
Expand Down

0 comments on commit 30a9ed7

Please sign in to comment.