Skip to content

Commit

Permalink
chore: update multiple package versions to 0.3.1 and 0.4.1
Browse files Browse the repository at this point in the history
- Bumped versions of `duplicate_file_detector`, `file_hash`, `file_tagger`, `git_status`, `keyword_search`, `last_git_commit`, and `sizeviz` from 0.3.0 to 0.3.1 in Cargo.lock.
- Updated `terminal_size` version from 0.3.1 to 0.4.1 in Cargo.toml, along with its dependencies.
- Ensured compatibility with the latest releases for improved functionality and performance.
  • Loading branch information
chaqchase committed Dec 28, 2024
1 parent e09133e commit fb0884d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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 @@ -32,7 +32,7 @@ parking_lot = "0.12"
once_cell = "1.18"
unicode-width = "0.1.11"
strip-ansi-escapes = "0.1.1"
terminal_size = "0.3.1"
terminal_size = "0.4.1"
dialoguer = "0.11.0"
atty = "0.2.14"
indicatif = "0.17.9"
Expand Down

0 comments on commit fb0884d

Please sign in to comment.