summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2023-02-05Release dua-cli v2.19.1v2.19.1Sebastian Thiel
2023-02-05update dependenciesSebastian Thiel
2023-01-25update dependenciesSebastian Thiel
2022-12-15create our own threadpool with minimal stack instead of using the global one.Sebastian Thiel
Even though the global one is also ours as we own the process, this way we have control over the stack size, to save memory where we don't need it and scale better to even more cores.
2022-12-15uprgade to latest `jwalk` version for more hang-safetySebastian Thiel
2022-12-13Release dua-cli v2.19.0v2.19.0Sebastian Thiel
2022-12-13feat: Remove the handbrake on MacOS which can now deliver the expected ↵Sebastian Thiel
performance. Previously it would limit itself to only using 4 threads as it would use a lot of time in user space. This has changed now, and the traversal itself is much more efficient (even though it could definitely be more efficient when comparing to `pdu`). In any case, counting performance should now greatly improve on M1 MacOS machines.
2022-12-13fix: resolve stalling issue of previous version.Sebastian Thiel
This way, this release is the working version of v2.8.1 .
2022-12-13Release dua-cli v2.18.2v2.18.2Sebastian Thiel
2022-12-13fix: downgrade `jwalk` to 0.6 - the latest version does not actually iterate ↵Sebastian Thiel
but instead keeps everything in memory. That's why `dua` didn't feel responsive anymore, was much slower and built up a lot of memory.
2022-12-13Release dua-cli v2.18.1v2.18.1Sebastian Thiel
2022-12-13upgrade to clap 4Sebastian Thiel
2022-12-13upgrade sysinfo and make thread detection work for all Apple M series for now.Sebastian Thiel
2022-12-13upgrade to trash v3.0Sebastian Thiel
2022-12-13update dependenciesSebastian Thiel
2022-09-19chore: replace `colored` dependency with `owo-colors`.Sebastian Thiel
The latter provide zero-allocation coloring in the terminal and may improve compile times a little.
2022-09-12Release dua-cli v2.18.0v2.18.0Sebastian Thiel
2022-09-12Make sure the correct version of `crosstermion` is usedSebastian Thiel
2022-09-12feat: Automatically resize if the terminal changes in size. (#28)Sebastian Thiel
2022-09-12upgrade dependencies to tui 0.19/crossterm 0.25Sebastian Thiel
2022-09-01dependencies: switch from colored to owo-colorsSergey A
owo-colors is well-maintained, zero-allocation, zero-dependencies crate for terminal colors. Also it works on any type that implements Display trait, not just on strings.
2022-07-05Release dua-cli v2.17.8v2.17.8Sebastian Thiel
2022-07-05fix: remove `chrono` from the dependency tree.Sebastian Thiel
This assures there is no possibility for undefined behaviour to to localtime support used by some of the `trash`-crate code otherwise.
2022-07-05dependency updateSebastian Thiel
2022-06-14Release dua-cli v2.17.7v2.17.7Sebastian Thiel
2022-06-12Release dua-cli v2.17.6v2.17.6Sebastian Thiel
2022-06-12upgrade 'open' to latest versionSebastian Thiel
2022-06-12dependency updateSebastian Thiel
2022-05-13Release dua-cli v2.17.5v2.17.5Sebastian Thiel
2022-05-13fix: update to latest version of `trash` to improve trashing on linux (#124)Sebastian Thiel
See [their respective release](https://github.com/Byron/trash-rs/releases/tag/v2.1.2).
2022-05-12Release dua-cli v2.17.4v2.17.4Sebastian Thiel
2022-05-10Release dua-cli v2.17.3v2.17.3Sebastian Thiel
2022-05-10fix: dependency update; upgrade to trash v2.1.1 .Sebastian Thiel
The trash upgrade makes sure that trashed items on mount points on freedesktop are actually restorable.
2022-05-06Release dua-cli v2.17.2v2.17.2Sebastian Thiel
2022-05-06dependency updateSebastian Thiel
2022-04-27update dependenciesSebastian Thiel
2022-03-20Release dua-cli v2.17.1v2.17.1Sebastian Thiel
2022-03-15update dependenciesSebastian Thiel
2022-02-21upgrade sysinfoSebastian Thiel
2022-02-21dependency updateSebastian Thiel
2022-01-23Update clap to official releaseMarcin Puc
2022-01-23Upgrade to TUI 0.17Sebastian Thiel
2022-01-21Release dua-cli v2.17.0v2.17.0Sebastian Thiel
2022-01-09Release dua-cli v2.16.0v2.16.0Sebastian Thiel
2021-12-27Release dua-cli v2.15.0Sebastian Thiel
2021-12-27upgrade clapSebastian Thiel
2021-12-27upgrade and update dependenciesSebastian Thiel
2021-10-26Release dua-cli v2.14.11v2.14.11Sebastian Thiel
2021-10-26fix: cargo install without --locked should work now (#111)Sebastian Thiel
2021-10-26Release dua-cli v2.14.10v2.14.10Sebastian Thiel