mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #280] [CLOSED] Upgrade dependencies #398
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/280
Author: @marcograss
Created: 12/12/2022
Status: ❌ Closed
Base:
master← Head:upgrade_dependencies📝 Commits (5)
bf034a8upgrade lock dependencies672d910upgraded lscolorsa773553upgraded assert_cmd dependencyb21bbf1upgraded terminal_size dependency7cfad19upgraded sysinfo dependencies, get_available_memory() api is now available_memory() and returns the amount of memory in bytes, not in kB, so the 1024 multiplication has been removed📊 Changes
3 files changed (+210 additions, -90 deletions)
View changed files
📝
Cargo.lock(+205 -85)📝
Cargo.toml(+4 -4)📝
src/main.rs(+1 -1)📄 Description
upgrade all dependencies except clap (I saw in a comment you were maybe already working on switching to clap4)
it's pretty straightforward, only sysinfo required some code changes because they return the amount of avail memory in bytes now, not in kB.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.