diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-01 17:23:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-01 17:23:25 +0000 |
commit | 4505da8771ffe2bf544928ede34ab45a09b5e56d (patch) | |
tree | 8a4960c7d2f46213218edce4e8e9a7fd7d2f7aa8 | |
parent | 202e32953c645c234d7c4db7183b053061da4230 (diff) |
build(deps): bump lscolors from 0.19.0 to 0.20.0
Bumps [lscolors](https://github.com/sharkdp/lscolors) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/sharkdp/lscolors/releases)
- [Commits](https://github.com/sharkdp/lscolors/compare/v0.19.0...v0.20.0)
---
updated-dependencies:
- dependency-name: lscolors
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -498,9 +498,9 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lscolors" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55f5f3bc18b481c70c416920f4bb02f7df64b99dbee36d8445027042a273ab84" +checksum = "61183da5de8ba09a58e330d55e5ea796539d8443bd00fdeb863eac39724aa4ab" dependencies = [ "aho-corasick", "nu-ansi-term", @@ -60,7 +60,7 @@ default-features = false features = ["std", "clock"] [dependencies.lscolors] -version = "0.19" +version = "0.20" default-features = false features = ["nu-ansi-term"] |