diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-01 17:04:03 +0000 |
---|---|---|
committer | David Peter <sharkdp@users.noreply.github.com> | 2022-03-04 08:31:05 +0100 |
commit | ba473fc92571ed0bb4a4815c457ff504e2519eb0 (patch) | |
tree | b0ae6bfb896ac85d2562000005a4046f5e1949cb /.github | |
parent | 6e5c8d9c20f6006592ba34f237eabef7389c7c5c (diff) |
Bump lscolors from 0.8.1 to 0.9.0
Bumps [lscolors](https://github.com/sharkdp/lscolors) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/sharkdp/lscolors/releases)
- [Commits](https://github.com/sharkdp/lscolors/compare/v0.8.1...v0.9.0)
---
updated-dependencies:
- dependency-name: lscolors
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/CICD.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index a40f409..930db3b 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -1,7 +1,7 @@ name: CICD env: - MIN_SUPPORTED_RUST_VERSION: "1.54.0" + MIN_SUPPORTED_RUST_VERSION: "1.56.0" CICD_INTERMEDIATES_DIR: "_cicd-intermediates" on: |