[PR #280] [CLOSED] Upgrade dependencies #398

Closed
opened 2026-06-08 11:27:52 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/280
Author: @marcograss
Created: 12/12/2022
Status: Closed

Base: masterHead: upgrade_dependencies


📝 Commits (5)

  • bf034a8 upgrade lock dependencies
  • 672d910 upgraded lscolors
  • a773553 upgraded assert_cmd dependency
  • b21bbf1 upgraded terminal_size dependency
  • 7cfad19 upgraded 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.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/280 **Author:** [@marcograss](https://github.com/marcograss) **Created:** 12/12/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `upgrade_dependencies` --- ### 📝 Commits (5) - [`bf034a8`](https://github.com/bootandy/dust/commit/bf034a8663a168e55780fa465525f6dc48a001f5) upgrade lock dependencies - [`672d910`](https://github.com/bootandy/dust/commit/672d9108e37f1cb185865c3a24468e88e00bb347) upgraded lscolors - [`a773553`](https://github.com/bootandy/dust/commit/a773553abc1df15d7688ab393a2d312063b5c3f7) upgraded assert_cmd dependency - [`b21bbf1`](https://github.com/bootandy/dust/commit/b21bbf16ee8357939e93ee1042c8bdc641fcf871) upgraded terminal_size dependency - [`7cfad19`](https://github.com/bootandy/dust/commit/7cfad19489df17ff8d1d60ba2a9c7f4758d1b406) upgraded 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) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+205 -85) 📝 `Cargo.toml` (+4 -4) 📝 `src/main.rs` (+1 -1) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:27:52 +03:00
zhus closed this issue 2026-06-08 11:27:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#398