loeffel-io / ls-lint

An extremely fast directory and filename linter - Bring some structure to your project filesystem
https://ls-lint.org
MIT License
1.73k stars 32 forks source link

chore(deps): update dependency com_github_uutils_coreutils_darwin_arm64 to v0.0.22 #164

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
com_github_uutils_coreutils_darwin_arm64 http_archive patch 0.0.21 -> 0.0.22

Release Notes

uutils/coreutils (com_github_uutils_coreutils_darwin_arm64) ### [`v0.0.22`](https://togithub.com/uutils/coreutils/releases/tag/0.0.22) [Compare Source](https://togithub.com/uutils/coreutils/compare/0.0.21...0.0.22) 📦 **Rust Coreutils 0.0.22 Release:** We've got +11 more GNU tests passing than in our last release. This release also adds support for NetBSD and requires a minimum Rust version of 1.70. 🛠️ We are also collaborating more and more with the [nushell](https://togithub.com/nushell/nushell/) team. Future versions of nushell will rely on the Rust Coreutils. 24 developers contributed to this release (11 new contributors started with this release). Visit our website at . If you want to help us, please consider sponsoring on GitHub. This helps us use better tools like GitHub Actions. Sponsor us at . #### GNU test suite compatibility Here's how version 0.0.22 compares to the previous release - running GNU/Coreutils 9.4: | result | 0.0.21 | 0.0.22 | change | |--------|-------:|-------:|------:| | pass | 372 | 383 | +11 | | skip | 49 | 48 | -1 | | fail | 181 | 171 | -10 | | error | 2 | 2 | 0 | ![GNU testsuite evolution](https://togithub.com/uutils/coreutils-tracking/blob/main/gnu-results.png?raw=true) For more details, visit . #### What's Changed - Bump MSRV to 1.70 by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5239](https://togithub.com/uutils/coreutils/pull/5239) ##### chown - chown: move uid & gid detections into their own functions by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5359](https://togithub.com/uutils/coreutils/pull/5359) ##### cp - cp: Error out if cp only contains source by [@​dmatos2012](https://togithub.com/dmatos2012) in [https://github.com/uutils/coreutils/pull/5253](https://togithub.com/uutils/coreutils/pull/5253) - cp: fix the result of inodes are not the same when preserve links is flagged by [@​tommady](https://togithub.com/tommady) in [https://github.com/uutils/coreutils/pull/5064](https://togithub.com/uutils/coreutils/pull/5064) - cp: fix cp -dR --no-preserve=links d c should have different inodes by [@​tommady](https://togithub.com/tommady) in [https://github.com/uutils/coreutils/pull/5320](https://togithub.com/uutils/coreutils/pull/5320) - cp: fail when trying to copy to read only file on mac by [@​PGIII](https://togithub.com/PGIII) in [https://github.com/uutils/coreutils/pull/5261](https://togithub.com/uutils/coreutils/pull/5261) - cp: show no "skipped" msg with -vi/-vin by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5348](https://togithub.com/uutils/coreutils/pull/5348) ##### cut - cut-huge-range.sh: make cut fails on usize::MAX by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/4988](https://togithub.com/uutils/coreutils/pull/4988) ##### dd - dd: fix GNU test 'dd/skip-seek-past-dev' by [@​bbara](https://togithub.com/bbara) in [https://github.com/uutils/coreutils/pull/4527](https://togithub.com/uutils/coreutils/pull/4527) ##### df - df: Fix overflow error on WSL. Default to 0 when the values are non-sense. by [@​howard0su](https://togithub.com/howard0su) in [https://github.com/uutils/coreutils/pull/5381](https://togithub.com/uutils/coreutils/pull/5381) ##### echo - echo's doc doesn't show correctly by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5260](https://togithub.com/uutils/coreutils/pull/5260) - echo: fix wrapping behavior of octal sequences by [@​tertsdiepraam](https://togithub.com/tertsdiepraam) in [https://github.com/uutils/coreutils/pull/5218](https://togithub.com/uutils/coreutils/pull/5218) - echo: don't output "\n" if "\c" is encountered by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5350](https://togithub.com/uutils/coreutils/pull/5350) ##### expr - expr: short-circuit evaluation for `|` by [@​Luv-Ray](https://togithub.com/Luv-Ray) in [https://github.com/uutils/coreutils/pull/5365](https://togithub.com/uutils/coreutils/pull/5365) - expr: add some empty lines by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5376](https://togithub.com/uutils/coreutils/pull/5376) - expr: short-circuit evaluation for `&` by [@​Luv-Ray](https://togithub.com/Luv-Ray) in [https://github.com/uutils/coreutils/pull/5402](https://togithub.com/uutils/coreutils/pull/5402) - expr: test some invalid syntaxes by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5405](https://togithub.com/uutils/coreutils/pull/5405) - expr: interpret numbers != 0 as true for | and & by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5324](https://togithub.com/uutils/coreutils/pull/5324) ##### fmt - fmt: use clap's value parser for goal & width by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5333](https://togithub.com/uutils/coreutils/pull/5333) ##### head - head: remove a clippy::cognitive_complexity by moving some content in a function by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5366](https://togithub.com/uutils/coreutils/pull/5366) - head: add some empty lines by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5373](https://togithub.com/uutils/coreutils/pull/5373) ##### ls - ls.rs: changed variable name dfn to display_file_content responding to [#​5282](https://togithub.com/uutils/coreutils/issues/5282) by [@​rojin254](https://togithub.com/rojin254) in [https://github.com/uutils/coreutils/pull/5283](https://togithub.com/uutils/coreutils/pull/5283) - Support ls --dired by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5280](https://togithub.com/uutils/coreutils/pull/5280) - ls -R1: add a test to replicate GNU's recursive.sh by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5342](https://togithub.com/uutils/coreutils/pull/5342) - ls --dired - some minor cleanup by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5299](https://togithub.com/uutils/coreutils/pull/5299) - ls: fix test which fails if /tmp uses tmpfs by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5301](https://togithub.com/uutils/coreutils/pull/5301) - ls --dired: replace the previous "total: xx" padding method by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5305](https://togithub.com/uutils/coreutils/pull/5305) - ls: move to `uutils-term-grid` by [@​miles170](https://togithub.com/miles170) in [https://github.com/uutils/coreutils/pull/5391](https://togithub.com/uutils/coreutils/pull/5391) - ls: use OnceCell from std instead of once_cell by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5268](https://togithub.com/uutils/coreutils/pull/5268) - ls: Document a bit tests/ls/stat-dtype.sh by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5397](https://togithub.com/uutils/coreutils/pull/5397) - ls -l: show an error when symlink not readable by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5278](https://togithub.com/uutils/coreutils/pull/5278) - ls: fix panic when file removed too quickly by [@​sanpii](https://togithub.com/sanpii) in [https://github.com/uutils/coreutils/pull/5372](https://togithub.com/uutils/coreutils/pull/5372) ##### mkdir - mkdir: make `mkdir` public and document it by [@​KAAtheWiseGit](https://togithub.com/KAAtheWiseGit) in [https://github.com/uutils/coreutils/pull/5329](https://togithub.com/uutils/coreutils/pull/5329) ##### mv - mv: expose main functionality for nushell by [@​PThorpe92](https://togithub.com/PThorpe92) in [https://github.com/uutils/coreutils/pull/5335](https://togithub.com/uutils/coreutils/pull/5335) - ls: fix panic when file removed too quickly by [@​sanpii](https://togithub.com/sanpii) in [https://github.com/uutils/coreutils/pull/5372](https://togithub.com/uutils/coreutils/pull/5372) - mv: show no "skipped" msg with -vi/-vin by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5347](https://togithub.com/uutils/coreutils/pull/5347) - mv: fix typo in test function name by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5351](https://togithub.com/uutils/coreutils/pull/5351) ##### nl - nl: make line number and --join-blank-lines work over multiple files by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5285](https://togithub.com/uutils/coreutils/pull/5285) - nl: fix output order if stdin and files are mixed by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5306](https://togithub.com/uutils/coreutils/pull/5306) - nl: implement -d/--section-delimiter by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5158](https://togithub.com/uutils/coreutils/pull/5158) - nl: defer showing "line number overflow" error by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5340](https://togithub.com/uutils/coreutils/pull/5340) ##### relpath - relpath: remove by [@​boxdot](https://togithub.com/boxdot) in [https://github.com/uutils/coreutils/pull/5355](https://togithub.com/uutils/coreutils/pull/5355) - relpath: show error if no argument provided by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5302](https://togithub.com/uutils/coreutils/pull/5302) ##### rm - rm: make the utility public by [@​KAAtheWiseGit](https://togithub.com/KAAtheWiseGit) in [https://github.com/uutils/coreutils/pull/5304](https://togithub.com/uutils/coreutils/pull/5304) ##### seq - seq: parse "infinity" and "-infinity" by [@​shinhs0506](https://togithub.com/shinhs0506) in [https://github.com/uutils/coreutils/pull/5124](https://togithub.com/uutils/coreutils/pull/5124) ##### split - split: implement remaining -n variants and pass GNU tests/split/fail.sh by [@​zhitkoff](https://togithub.com/zhitkoff) in [https://github.com/uutils/coreutils/pull/5252](https://togithub.com/uutils/coreutils/pull/5252) - split: catch broken pipe error for round robin strategy by [@​granquet](https://togithub.com/granquet) in [https://github.com/uutils/coreutils/pull/5338](https://togithub.com/uutils/coreutils/pull/5338) ##### touch - touch: make main public by [@​KAAtheWiseGit](https://togithub.com/KAAtheWiseGit) in [https://github.com/uutils/coreutils/pull/5318](https://togithub.com/uutils/coreutils/pull/5318) ##### tr - tr: work with Windows newline (CRLF) by [@​muhajirdev](https://togithub.com/muhajirdev) in [https://github.com/uutils/coreutils/pull/5344](https://togithub.com/uutils/coreutils/pull/5344) - tr: rename to_u\*\_str to map_buffer in set1 and set2 by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5325](https://togithub.com/uutils/coreutils/pull/5325) - tr: make the utility public by [@​KAAtheWiseGit](https://togithub.com/KAAtheWiseGit) in [https://github.com/uutils/coreutils/pull/5322](https://togithub.com/uutils/coreutils/pull/5322) - tr: support character class \[:blank:] by [@​takanki](https://togithub.com/takanki) in [https://github.com/uutils/coreutils/pull/5317](https://togithub.com/uutils/coreutils/pull/5317) - tr: Add test for character class \[:blank:] by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5328](https://togithub.com/uutils/coreutils/pull/5328) ##### wc - wc: add --count-mbs option by [@​mbuf](https://togithub.com/mbuf) in [https://github.com/uutils/coreutils/pull/5336](https://togithub.com/uutils/coreutils/pull/5336) ##### whoami - whoami: add support for -g/-m options by [@​muhajirdev](https://togithub.com/muhajirdev) in [https://github.com/uutils/coreutils/pull/5352](https://togithub.com/uutils/coreutils/pull/5352) - whoami: make main public by [@​KAAtheWiseGit](https://togithub.com/KAAtheWiseGit) in [https://github.com/uutils/coreutils/pull/5321](https://togithub.com/uutils/coreutils/pull/5321) ##### yes - yes: make main public by [@​KAAtheWiseGit](https://togithub.com/KAAtheWiseGit) in [https://github.com/uutils/coreutils/pull/5349](https://togithub.com/uutils/coreutils/pull/5349) ##### Build system & CI - ci: code-quality workflow doesn't fail on clippy errors by [@​miles170](https://togithub.com/miles170) in [https://github.com/uutils/coreutils/pull/5399](https://togithub.com/uutils/coreutils/pull/5399) - build-gnu.sh: fix for /usr/bin/timeout on MacOS by [@​zhitkoff](https://togithub.com/zhitkoff) in [https://github.com/uutils/coreutils/pull/5194](https://togithub.com/uutils/coreutils/pull/5194) - build-gnu.sh: fix formatting issues by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5248](https://togithub.com/uutils/coreutils/pull/5248) - run-gnu-test.sh: show if we can't find the file by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5318](https://togithub.com/uutils/coreutils/pull/5318) - run-gnu-test.sh: accept "run-root" as first param by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5323](https://togithub.com/uutils/coreutils/pull/5323) - ci: remove committing from CheckScripts.yml by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5291](https://togithub.com/uutils/coreutils/pull/5291) - ci: replace deprecated "command" with "fix" by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5271](https://togithub.com/uutils/coreutils/pull/5271) - Binary sizes: handle when 0 (relpath removal) by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5369](https://togithub.com/uutils/coreutils/pull/5369) - build-gnu.sh: fix formatting by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5290](https://togithub.com/uutils/coreutils/pull/5290) - 0.0.21 => 0.0.22 by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5409](https://togithub.com/uutils/coreutils/pull/5409) - Add NetBSD support to uucore. by [@​0323pin](https://togithub.com/0323pin) in [https://github.com/uutils/coreutils/pull/5289](https://togithub.com/uutils/coreutils/pull/5289) ##### Documentation - DEVELOPMENT.md: improve doc on how to run some tests by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5393](https://togithub.com/uutils/coreutils/pull/5393) - update of the release doc by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5410](https://togithub.com/uutils/coreutils/pull/5410) - Introducing DEVELOPMENT.md by [@​zhitkoff](https://togithub.com/zhitkoff) in [https://github.com/uutils/coreutils/pull/5209](https://togithub.com/uutils/coreutils/pull/5209) - doc: recommend the rust-gdb helper by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5404](https://togithub.com/uutils/coreutils/pull/5404) - Document how to run the pure Rust tests by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5279](https://togithub.com/uutils/coreutils/pull/5279) ##### Security - fuzz: move the common duplicated code into a function by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5332](https://togithub.com/uutils/coreutils/pull/5332) - fuzzing: remove some duplicated code + clippy fixes by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5337](https://togithub.com/uutils/coreutils/pull/5337) - Fuzz the expr command by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/4642](https://togithub.com/uutils/coreutils/pull/4642) - fuzz: store the corpus by [@​tommady](https://togithub.com/tommady) in [https://github.com/uutils/coreutils/pull/5363](https://togithub.com/uutils/coreutils/pull/5363) - github action: move the fuzzing action into it own file/task by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5380](https://togithub.com/uutils/coreutils/pull/5380) ##### Various improvements - uucore: turn version_cmp into a feature by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5254](https://togithub.com/uutils/coreutils/pull/5254) - clippy: suppress cognitive_complexity lint in some tests by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5401](https://togithub.com/uutils/coreutils/pull/5401) - uucore: remove commented out import by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5384](https://togithub.com/uutils/coreutils/pull/5384) - uucore: remove commented out enum FChar by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5385](https://togithub.com/uutils/coreutils/pull/5385) - Make clippy::cognitive_complexity as an error by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5379](https://togithub.com/uutils/coreutils/pull/5379) - clippy: suppress cognitive_complexity lint for two functions by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5374](https://togithub.com/uutils/coreutils/pull/5374) - truncate clippy fix. by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/uutils/coreutils/pull/5259](https://togithub.com/uutils/coreutils/pull/5259) - uu clippy fix proposal. by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/uutils/coreutils/pull/5264](https://togithub.com/uutils/coreutils/pull/5264) - clippy: fix warnings in tests by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5362](https://togithub.com/uutils/coreutils/pull/5362) - uucore: turn quoting_style into a feature by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5265](https://togithub.com/uutils/coreutils/pull/5265) - fs: split get_file_display into its function & add test by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5394](https://togithub.com/uutils/coreutils/pull/5394) - Replace list of digit by is_digit by [@​sylvestre](https://togithub.com/sylvestre) in [https://github.com/uutils/coreutils/pull/5336](https://togithub.com/uutils/coreutils/pull/5336) ##### Dependencies - Bump blake3 & add constant_time_eq to skip list in deny.toml by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5249](https://togithub.com/uutils/coreutils/pull/5249) - chore(deps): update rust crate clap_complete to 4.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5201](https://togithub.com/uutils/coreutils/pull/5201) - chore(deps): update actions/checkout action to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5241](https://togithub.com/uutils/coreutils/pull/5241) - chore(deps): update rust crate clap to 4.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5200](https://togithub.com/uutils/coreutils/pull/5200) - chore(deps): update rust crate half to 2.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5005](https://togithub.com/uutils/coreutils/pull/5005) - chore(deps): update rust crate regex to 1.10.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5387](https://togithub.com/uutils/coreutils/pull/5387) - chore(deps): update rust crate memmap2 to 0.9 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5352](https://togithub.com/uutils/coreutils/pull/5352) - chore(deps): update rust crate byteorder to 1.5.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5361](https://togithub.com/uutils/coreutils/pull/5361) - chore(deps): update rust crate md-5 to 0.10.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5303](https://togithub.com/uutils/coreutils/pull/5303) - chore(deps): update rust crate memmap2 to 0.8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5319](https://togithub.com/uutils/coreutils/pull/5319) - fix(deps): update rust crate wild to 2.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5317](https://togithub.com/uutils/coreutils/pull/5317) - chore(deps): update rust crate exacl to 0.11.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5322](https://togithub.com/uutils/coreutils/pull/5322) - chore(deps): update rust crate sha2 to 0.10.8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5325](https://togithub.com/uutils/coreutils/pull/5325) - chore(deps): update rust crate regex to 1.9.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5339](https://togithub.com/uutils/coreutils/pull/5339) - chore(deps): update rust crate num-traits to 0.2.17 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5375](https://togithub.com/uutils/coreutils/pull/5375) - Bump errno from 0.3.1 to 0.3.5 by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5382](https://togithub.com/uutils/coreutils/pull/5382) - chore(deps): update rust crate bytecount to 0.6.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5346](https://togithub.com/uutils/coreutils/pull/5346) - chore(deps): update rust crate libc to 0.2.149 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5370](https://togithub.com/uutils/coreutils/pull/5370) - chore(deps): update mfinelli/setup-shfmt action to v3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5284](https://togithub.com/uutils/coreutils/pull/5284) - chore(deps): update rust crate unicode-width to 0.1.11 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5286](https://togithub.com/uutils/coreutils/pull/5286) - chore(deps): update davidanson/markdownlint-cli2-action action to v13 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5287](https://togithub.com/uutils/coreutils/pull/5287) - chore(deps): update rust crate rayon to 1.8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5295](https://togithub.com/uutils/coreutils/pull/5295) - chore(deps): update rust crate blake3 to 1.5.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5296](https://togithub.com/uutils/coreutils/pull/5296) - chore(deps): update rust crate winapi-util to 0.1.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5292](https://togithub.com/uutils/coreutils/pull/5292) - chore(deps): update rust crate redox_syscall to 0.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5262](https://togithub.com/uutils/coreutils/pull/5262) - chore(deps): update rust crate blake2b_simd to 1.0.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5266](https://togithub.com/uutils/coreutils/pull/5266) - chore(deps): update rust crate libc to 0.2.148 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5272](https://togithub.com/uutils/coreutils/pull/5272) - chore(deps): update codecov/codecov-action action to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5273](https://togithub.com/uutils/coreutils/pull/5273) - Revert "chore(deps): update codecov/codecov-action action to v4" by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5277](https://togithub.com/uutils/coreutils/pull/5277) - chore(deps): update rust crate chrono to ^0.4.31 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5251](https://togithub.com/uutils/coreutils/pull/5251) - chore(deps): update rust crate terminal_size to 0.3.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5275](https://togithub.com/uutils/coreutils/pull/5275) - fix(deps): update rust crate dns-lookup to 2.0.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5281](https://togithub.com/uutils/coreutils/pull/5281) - chore(deps): update rust crate sha1 to 0.10.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5298](https://togithub.com/uutils/coreutils/pull/5298) - chore(deps): update rust crate walkdir to 2.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/uutils/coreutils/pull/5250](https://togithub.com/uutils/coreutils/pull/5250) - Bump bstr and regex by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5388](https://togithub.com/uutils/coreutils/pull/5388) - deny.toml: add redox_syscall to skip list by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5263](https://togithub.com/uutils/coreutils/pull/5263) - Bump nix & ctrlc, adapt stty to nix API changes by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5258](https://togithub.com/uutils/coreutils/pull/5258) - deny.toml: remove constant_time_eq from skip list by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5267](https://togithub.com/uutils/coreutils/pull/5267) - Bump chrono and fix deprecation warnings in touch by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5270](https://togithub.com/uutils/coreutils/pull/5270) - deny.toml: add terminal_size to skip list by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5276](https://togithub.com/uutils/coreutils/pull/5276) - Update parse_datetime to 0.5.0 by [@​u8sand](https://togithub.com/u8sand) in [https://github.com/uutils/coreutils/pull/5313](https://togithub.com/uutils/coreutils/pull/5313) - Use std::io::IsTerminal instead of is-terminal by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5240](https://togithub.com/uutils/coreutils/pull/5240) - Remove is-terminal from Cargo.lock by [@​cakebaker](https://togithub.com/cakebaker) in [https://github.com/uutils/coreutils/pull/5247](https://togithub.com/uutils/coreutils/pull/5247) #### New Contributors - [@​rojin254](https://togithub.com/rojin254) made their first contribution in [https://github.com/uutils/coreutils/pull/5283](https://togithub.com/uutils/coreutils/pull/5283) - [@​0323pin](https://togithub.com/0323pin) made their first contribution in [https://github.com/uutils/coreutils/pull/5289](https://togithub.com/uutils/coreutils/pull/5289) - [@​KAAtheWiseGit](https://togithub.com/KAAtheWiseGit) made their first contribution in [https://github.com/uutils/coreutils/pull/5304](https://togithub.com/uutils/coreutils/pull/5304) - [@​Leviticoh](https://togithub.com/Leviticoh) made their first contribution in [https://github.com/uutils/coreutils/pull/4228](https://togithub.com/uutils/coreutils/pull/4228) - [@​u8sand](https://togithub.com/u8sand) made their first contribution in [https://github.com/uutils/coreutils/pull/5313](https://togithub.com/uutils/coreutils/pull/5313) - [@​PGIII](https://togithub.com/PGIII) made their first contribution in [https://github.com/uutils/coreutils/pull/5261](https://togithub.com/uutils/coreutils/pull/5261) - [@​boxdot](https://togithub.com/boxdot) made their first contribution in [https://github.com/uutils/coreutils/pull/5355](https://togithub.com/uutils/coreutils/pull/5355) - [@​PThorpe92](https://togithub.com/PThorpe92) made their first contribution in [https://github.com/uutils/coreutils/pull/5335](https://togithub.com/uutils/coreutils/pull/5335) - [@​sanpii](https://togithub.com/sanpii) made their first contribution in [https://github.com/uutils/coreutils/pull/5372](https://togithub.com/uutils/coreutils/pull/5372) - [@​Luv-Ray](https://togithub.com/Luv-Ray) made their first contribution in [https://github.com/uutils/coreutils/pull/5365](https://togithub.com/uutils/coreutils/pull/5365) - [@​howard0su](https://togithub.com/howard0su) made their first contribution in [https://github.com/uutils/coreutils/pull/5381](https://togithub.com/uutils/coreutils/pull/5381) **Full Changelog**: https://github.com/uutils/coreutils/compare/0.0.21...0.0.22

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.