summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2024-04-29:hammer: :tada: use cache for user and group in unix, gain 60% improveWei Zhang
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2024-03-29chore: update Cargo.lock for latest versionOrhun Parmaksız
2024-03-26:arrow_down: rollback the term grid to 0.1Wei Zhang
we should consider find another alternative Signed-off-by: Wei Zhang <kweizh@gmail.com>
2024-03-23:tada: release v1.1.1v1.1.1Wei Zhang
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2024-03-22:sparkles: add xdg dir backWei Zhang
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2024-03-22Support multiple file paths for config and themeOfer Sadan
2024-02-16update various dependenciesFabio Valentini
- 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.
2024-02-13Bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2 (#987)dependabot[bot]
Bumps [libgit2-sys](https://github.com/rust-lang/git2-rs) from 0.16.1+1.7.1 to 0.16.2+1.7.2. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/rust-lang/git2-rs/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=libgit2-sys&package-manager=cargo&previous-version=0.16.1+1.7.1&new-version=0.16.2+1.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/lsd-rs/lsd/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-20update various dependencies (#938)Fabio Valentini
I'm the maintainer of lsd for Fedora Linux, and some outdated dependencies are making maintenance increasingly difficult. - deps: update chrono-humanize to v0.2 We have this patched for almost two years in Fedora and it has not caused issues. - deps: update assert_cmd to v2 Same here, this patch has been in the Fedora package for a while. - deps: update sys-locale to v0.3 This dependency seems to have been added recently, not sure why an old version was chosen. - deps: update vsort to v0.2 Same here, this was added recently but 0.1 was used instead of 0.2, not sure why. - deps: update git2 to v0.18 Using old versions of git2 is not a good idea, since the bundled libgit2 C library often has CVE issues. - deps: migrate from users to uzers The "users" crate is unmaintained. The "uzers" crate is an API-compatible fork that also fixes some bugs and security issues. - deps: update serial_test to v2 The current dependency (v0.5) is **reeeeeally** old. Not sure why this was never updated. - deps: update predicates to v3 Same here, predicates v1 is **reaally** old. - deps: allow newer versions of url, wild, and xdg crates Not sure why strange `x.0.*` style dependencies were used here. It's holding back various updates for both url and xdg crates, and makes maintaining lsd in Fedora more difficult. We have built lsd against the latest versions of all three crates forever, and it has not caused issues.
2023-11-01⬆️ bump lscolors to v0.15.0 and msrv to 1.69.0 (#944)Wei Zhang
<!--- PR Description ---> predicates v3 msrv is 1.69 in https://github.com/lsd-rs/lsd/pull/938
2023-10-22Bump rustix from 0.36.7 to 0.36.16dependabot[bot]
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.7 to 0.36.16. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.36.7...v0.36.16) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-15fix typo in link color tabledcechano
2023-09-29:arrow_down: change dirs to 4Wei Zhang
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2023-09-27upgrade lscolors to 0.14.0Alexander Kjäll
2023-09-27upgrade dirs to version 5Alexander Kjäll
2023-09-27upgrade xattr to version 1Alexander Kjäll
2023-08-30Parse hex colors in themes (#647)Bjoern Hiller
Just delegate to the default deserializer of crossterm which learned dealing with hex color in version 0.27.0.
2023-08-26:tada: :memo: update docs, release v1.0.0v1.0.0Wei Zhang
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2023-07-06fix version sort for matching GNU ls (#843)juansc
2023-05-01Git integration (#822)Pascal H
2023-03-17Switch arg parsing to clap v4 with deriveMarcin Puc
2023-03-13Localization support (#820)scarf
find locale set with [sys-locale](https://crates.io/crates/sys-locale), then format with locales.
2022-11-13move winapi to windowsIcxolu
2022-10-10:fire: icon: drop custom icon file optionzwPapEr
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2022-09-13Release 0.23.10.23.1Abin Simon
2022-09-05Release 0.23.00.23.0Abin Simon
2022-08-23Update clap to v3James
2022-07-05Bump crossterm to 0.24.0Abin Simon
2022-07-05Don't pin bitflagsAbin Simon
This was initially pinned because of clap-rs/clap/issues/2691, but we use a newer version as MSRV as of now in CI.
2022-06-12Release 0.22.00.22.0Abin Simon
2022-05-26Updated CHANGELOG.mdKodi Craft
2022-04-14Add --hyperlink flagkhai96_
2022-03-31add access control indicatorsMartin Matous
fixes #347 fixes #515 Signed-off-by: Martin Matous <m@matous.dev>
2022-02-18Bump lscolors to 0.9.0Abin Simon
2022-02-17Revert cargo file changeAri Archer
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-02-17Change icon from 0xE5FC to 0xE615Ari Archer
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-01-16Release 0.21.00.21.0Abin Simon
2021-09-26build: :arrow_up: update dependency to deserialize colorzwPapEr
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2021-09-26:fire: get rid of ansi term in all codezwPapEr
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2021-09-26color: :sparkles: add parse theme filezwPapEr
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2021-03-07Release 0.20.10.20.1Abin Simon
2021-03-07Release 0.20.00.20.0Abin Simon
2021-01-14Use serial test for environment variable testsSophie Tauchert
2021-01-14Use chrono crate instead of time, fix date time formattingSophie Tauchert
2020-12-13Release 0.19.00.19.0Abin Simon
2020-12-13config file: :hammer: uniq file and serde yaml parsingzwPapEr
2020-10-17dep: :arrow_up: :bug: fix group name in gidzwPapEr
fix https://github.com/Peltoche/lsd/issues/398
2020-10-02Add ability to configure default options with fileKai Moschcau
# Conflicts: # Cargo.lock # Cargo.toml # README.md # src/app.rs # src/core.rs # src/display.rs # src/flags.rs # src/meta/mod.rs # src/sort.rs # tests/integration.rs
2020-09-19sort: :sparkles: add version sortzwPapEr
fix https://github.com/Peltoche/lsd/issues/394
2020-08-29Release 0.18.0Abin Simon