Skip to content

Commit 2fd5507

Browse files
chore(deps): Bump terminal_size and textwrap
1 parent 7de2f36 commit 2fd5507

File tree

2 files changed

+99
-9
lines changed

2 files changed

+99
-9
lines changed

Cargo.lock

+97-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ bench = false
9090
clap_derive = { path = "./clap_derive", version = "=3.2.18", optional = true }
9191
clap_lex = { path = "./clap_lex", version = "0.2.2" }
9292
bitflags = "1.2"
93-
textwrap = { version = "0.15.0", default-features = false, features = [] }
93+
textwrap = { version = "0.15.1", default-features = false, features = [] }
9494
unicase = { version = "2.6", optional = true }
9595
indexmap = "1.0"
9696
strsim = { version = "0.10", optional = true }
9797
yaml-rust = { version = "0.4.1", optional = true }
9898
atty = { version = "0.2", optional = true }
9999
termcolor = { version = "1.1.1", optional = true }
100-
terminal_size = { version = "0.1.12", optional = true }
100+
terminal_size = { version = "0.2.1", optional = true }
101101
regex = { version = "1.0", optional = true }
102102
backtrace = { version = "0.3", optional = true }
103103
once_cell = { version = "1.12.0", optional = true }

0 commit comments

Comments
 (0)