Skip to content

Commit

Permalink
deps: Update terminal_size to 0.4.0
Browse files Browse the repository at this point in the history
This removes one of the uses of `windows-sys` 0.48 and rustix 0.37
(but others remain).

It adds `windows-sys` 0.59, but both 0.52 and 0.59 depend on the
same version of `windows-targets.
  • Loading branch information
waywardmonkeys committed Sep 25, 2024
1 parent 24aeb1e commit 8445ccf
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 8445ccf

Please sign in to comment.