Skip to content

Commit

Permalink
chore(builder): Bump terminal_size to 0.3
Browse files Browse the repository at this point in the history
For some reason, terminal_size bumped semver recently; they
also bumped the rustix version to 0.38.

I'd like to reduce the number of copies of OS integration
crates (rustix and nix) in my dependency chain.  Let's bump
to the new version so I can aim to drop rustix 0.37.
  • Loading branch information
cgwalters committed Sep 18, 2023
1 parent 7f8df27 commit 84f99ff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
24 changes: 17 additions & 7 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 clap_builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ unicase = { version = "2.6.0", optional = true }
strsim = { version = "0.10.0", optional = true }
anstream = { version = "0.5.0", optional = true }
anstyle = "1.0.0"
terminal_size = { version = "0.2.1", optional = true }
terminal_size = { version = "0.3.0", optional = true }
backtrace = { version = "0.3.67", optional = true }
unicode-width = { version = "0.1.9", optional = true }

Expand Down

0 comments on commit 84f99ff

Please sign in to comment.