Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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 crates/lpm-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ crossterm = "0.29"
# `console::Style` from its color hooks, so the no-color theme override
# needs a direct dep to construct an unstyled `Style::new()`. Pinned to the
# same 0.15.x line cliclack 0.3.x uses so the two `Style` types unify.
console = "0.15"
console = "0.16"
gag = "1"

# Browser open
Expand Down
Loading