Skip to content

Commit

Permalink
Merge pull request #596 from waywardmonkeys/update-terminal_size
Browse files Browse the repository at this point in the history
deps: Update `terminal_size` to 0.4.0
  • Loading branch information
epage authored Sep 25, 2024
2 parents 24aeb1e + d1310df commit 1f555aa
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 31 deletions.
69 changes: 39 additions & 30 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ anstream = { version = "0.3.2", optional = true }
anstyle = { version = "1.0.1", optional = true }
is-terminal = { version = "0.4.9", optional = true }
memchr = { version = "2.5", optional = true, default-features = false }
terminal_size = { version = "0.2.6", optional = true }
terminal_size = { version = "0.4.0", optional = true }

[dev-dependencies]
doc-comment = "0.3"
Expand Down

0 comments on commit 1f555aa

Please sign in to comment.