Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update various dependencies #984

Merged
merged 1 commit into from
Feb 16, 2024
Merged

update various dependencies #984

merged 1 commit into from
Feb 16, 2024

Commits on Feb 15, 2024

  1. update various dependencies

    - update dirs from v4 to v5 (no code changes)
    - update term_grid from v0.1 to v0.2 (small code changes)
    - update terminal_size from v0.1 to v0.3 (no code changes)
    - update lscolors from v0.15 to v0.16 (no code changes)
    - update serde_yaml from v0.8 to v0.9 (no code changes)
    
    The term_grid update required small changes to the use of
    `term_grid::Cell` because with v0.2, it is possible to specify the
    alignment within the cell. Adding `Alignment::Left` should preserve
    the current behaviour.
    
    This commit also includes the changes generated by "cargo update",
    which seems not to have been run in a long time, causing very old
    versions to be pulled in.
    decathorpe committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    398bf0c View commit details
    Browse the repository at this point in the history