Releases: uutils/findutils
0.7.0
📦 Findutils 0.7.0 Release:
We are thrilled to announce the release of Findutils 0.7.0! This version brings numerous enhancements, bug fixes, and new features, further improving the toolset's robustness and functionality. In this release, we have 86 new BFS and GNU tests passing!
Congratulations to @hanbings for pushing so many changes as part of the Google summer of code 2024.
This release saw contributions from 5 developers, including 1 newcomer.
We encourage you to support our project by sponsoring us on GitHub. Your sponsorship helps us maintain and enhance our infrastructure, such as GitHub Actions. Sponsor us at https://github.com/sponsors/uutils.
BFS Test Suite Compatibility
Here’s how version 0.7.0 compares to the previous release:
Result | Previous | Current | Change | % Total Previous | % Total Current | % Change |
---|---|---|---|---|---|---|
Pass | 190 | 244 | +54 | 65.97% | 76.97% | +11% |
Skip | 1 | 6 | +5 | 0.35% | 1.89% | +1.54% |
Fail | 97 | 67 | -30 | 33.68% | 21.14% | -12.54% |
Total | 288 | 317 | +29 |
For more details, visit https://github.com/uutils/findutils-tracking/.
GNU Test Suite Compatibility
Here’s how version 0.7.0 compares to the previous release:
Result | Previous | Current | Change | % Total Previous | % Total Current | % Change |
---|---|---|---|---|---|---|
Pass | 445 | 477 | +32 | 63.38% | 72.38% | +9% |
Skip | 1 | 1 | 0 | 0.14% | 0.15% | +0.01% |
Fail | 254 | 179 | -75 | 36.18% | 27.16% | -9.02% |
Error | 2 | 2 | 0 | 0.28% | 0.30% | +0.02% |
Total | 702 | 659 | -43 |
For more details, visit https://github.com/uutils/findutils-tracking/.
Download findutils 0.7.0
File | Platform | Checksum |
---|---|---|
findutils-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
findutils-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
findutils-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
findutils-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
What's Changed
Find
- Implement
-noleaf
by @hanbings in #414 - Implement simple caching for -fstype by @nerdroychan in #419
- Implement
-daystart
by @hanbings in #413 - find: ctime is "changed" time, not "created" time by @tavianator in #416
- find: -daystart returns true by @tavianator in #428
- Implement
-fprint
by @hanbings in #421 - Wrap walkdir::DirEntry in a new type by @tavianator in #436
- Implement
-ls
and-fls
by @hanbings in #435
CI
- ci: Update bfs to 4.0 by @tavianator in #446
Code quality
- options return true by @tavianator in #417
- find: fix needless borrow clippy warning by @cakebaker in #423
- Remove unnecessary lifetime parameter from Dependencies by @tavianator in #427
- find: use array instead of closure by @cakebaker in #450
- Clean up unused generated during Windows platform build process. by @hanbings in #448
Dependencies
- build(deps): bump clap from 4.5.7 to 4.5.8 by @dependabot in #410
- build(deps): bump clap from 4.5.8 to 4.5.9 by @dependabot in #415
- build(deps): bump clap from 4.5.9 to 4.5.10 by @dependabot in #422
- build(deps): bump clap from 4.5.10 to 4.5.13 by @dependabot in #429
- build(deps): bump regex from 1.10.5 to 1.10.6 by @dependabot in #432
- build(deps): bump tempfile from 3.10.1 to 3.11.0 by @dependabot in #433
- build(deps): bump assert_cmd from 2.0.14 to 2.0.15 by @dependabot in #426
- build(deps): bump predicates from 3.1.0 to 3.1.2 by @dependabot in #424
- build(deps): bump tempfile from 3.11.0 to 3.12.0 by @dependabot in #434
- build(deps): bump clap from 4.5.13 to 4.5.14 by @dependabot in #438
- build(deps): bump assert_cmd from 2.0.15 to 2.0.16 by @dependabot in #437
- build(deps): bump clap from 4.5.14 to 4.5.15 by @dependabot in #441
- build(deps): bump filetime from 0.2.23 to 0.2.24 by @dependabot in #442
- build(deps): bump clap from 4.5.15 to 4.5.16 by @dependabot in #445
- build(deps): bump filetime from 0.2.24 to 0.2.25 by @dependabot in #447
- build(deps): bump clap from 4.5.16 to 4.5.17 by @dependabot in #449
New Contributors
- @nerdroychan made their first contribution in #419
Full Changelog: 0.6.0...0.7.0
0.6.0
📦 Findutils 0.6.0 Release:
We are thrilled to announce the release of Findutils 0.6.0! This version brings numerous enhancements, bug fixes, and new features, further improving the toolset's robustness and functionality.
This release saw contributions from 8 developers, including 5 newcomers. Including @hanbings as part of the Google summer of code 2024.
We encourage you to support our project by sponsoring us on GitHub. Your sponsorship helps us maintain and enhance our infrastructure, such as GitHub Actions. Sponsor us at https://github.com/sponsors/uutils.
BFS Test Suite Compatibility
Here’s how version 0.6.0 compares to the previous release:
Result | Previous | Current | Change | % Total Previous | % Total Current | % Change |
---|---|---|---|---|---|---|
Pass | 176 | 190 | +14 | 61.11% | 65.97% | +4.86% |
Skip | 1 | 1 | 0 | 0.35% | 0.35% | 0.00% |
Fail | 111 | 97 | -14 | 38.54% | 33.68% | -4.86% |
For more details, visit https://github.com/uutils/findutils-tracking/.
GNU Test Suite Compatibility
Here’s how version 0.6.0 compares to the previous release:
Result | Previous | Current | Change | % Total Previous | % Total Current | % Change |
---|---|---|---|---|---|---|
Pass | 429 | 445 | +16 | 59.75% | 63.38% | +3.63% |
Skip | 1 | 1 | 0 | 0.14% | 0.14% | 0.00% |
Fail | 286 | 254 | -32 | 39.83% | 36.18% | -3.65% |
Error | 2 | 2 | 0 | 0.28% | 0.28% | 0.00% |
For more details, visit https://github.com/uutils/findutils-tracking/.
Download findutils 0.6.0
File | Platform | Checksum |
---|---|---|
findutils-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
findutils-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
findutils-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
findutils-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
What's Changed
Find
- Implement
-uid
and-gid
by @hanbings in #405 - Implement
-samefile
by @hanbings in #389 - Implement
-fstype
by @hanbings in #408 - Cache FileInformation for the target by @tavianator in #409
- remove unused import on Windows by @cakebaker in #395
- Fix
-newerXY
test code for Windows platform. by @hanbings in #394 - Implement
-amin
-cmin
-mmin
age ranges. by @hanbings in #355 - Implement
-[no]user
and-[no]group
predicates. by @hanbings in #368 - Implement
-newerXY
by @hanbings in #342 - Implement
-anewer
and-cnewer
. by @hanbings in #386 - fix "item x imported redundantly" warnings by @cakebaker in #326
- make
InodeMatcher
&LinksMatcher
unix-only by @cakebaker in #393 - fix usage of legacy numeric methods by @cakebaker in #403
- Fix panic when piped into head by @hanbings in #351
- Changed exit code when an error is encountered in
process_dir()
. by @hanbings in #352 - Fix unexpectedly accepted empty expression. by @hanbings in #353
- Fix
convert_arg_to_comparable_value()
function parsing unexpected characters. by @hanbings in #361 - replace
zip
with nested loops in tests by @cakebaker in #385
xargs
- remove unnecessary else blocks by @cakebaker in #318
- rename
--size
to--max-chars
by @cakebaker in #321 - do not merge extra args before replacing by @YDX-2147483647 in #363
- add --max-lines by @cakebaker in #343
- Implement replace / -I (Closes: #310) by @sylvestre in #323
Build
- Cargo.toml: set "default-features = false" for onig by @cakebaker in #313
- Cargo.toml: use 2021 edition by @cakebaker in #314
Code quality
- Fix clippy warning on 'format!' strings by @jellehelsen in #272
- Fix deprecation warnings from
chrono
in test by @cakebaker in #315 - tests: remove "extern crate x" by @cakebaker in #341
- xargs: use
#[allow(dead_code)]
for enum by @cakebaker in #396 - Run clippy pedantic fixes on the recent changes by @sylvestre in #349
- Run clippy pedantic fixes by @sylvestre in #348
- find: fix two clippy warnings by @cakebaker in #335
- clippy: Fix clippy warning. by @hanbings in #357
Documentation
- initial oranda setup by @tertsdiepraam in #274
- website: fix
path_prefix
in oranda by @tertsdiepraam in #275 - website: fix changelog config by @tertsdiepraam in #278
- README: add badges + bfs info by @sylvestre in #337
- docs: initial version of mdbook by @tertsdiepraam in #347
CI
- Provide GNU test comparison comments for PRs in Github Actions. by @hanbings in #400
- ci: Update bfs to 3.0.3 by @tavianator in #290
- ci: Update bfs to 3.1.3 by @tavianator in #334
- Fix CI code for
comment.yml
by @hanbings in #404 - Comments are only sent when GNU/BFS test compatibility changes. by @hanbings in #407
- ci: run
cargo test
instead ofcargo check
in "cargo test" jobs by @cakebaker in #392 - ci: name upload steps by @cakebaker in #346
- ci: use
--all-targets
when running clippy by @cakebaker in #359 - use cargo-dist + prepare 0.5.0 by @sylvestre in #350
- cargo-dist: generate more targets by @sylvestre in #388
- ci: update codecov-action to v4 & use token by @cakebaker in #320
Dependencies
- Cargo.toml: specify complete chrono version by @cakebaker in #339
- Bump wasm-bindgen from 0.2.82 to 0.2.91 by @cakebaker in #317
- Bump parking_lot_core from 0.9.3 to 0.9.9 by @cakebaker in #316
- Bump clap from 4.4.6 to 4.4.18 by @cakebaker in #319
- Bump nix from 0.27 to 0.28 & enable "fs" feature by @cakebaker in #327
- build(deps): bump tempfile from 3.6.0 to 3.7.0 by @dependabot in #269
- build(deps): bump assert_cmd from 2.0.11 to 2.0.12 by @dependabot in #268
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #283
- build(deps): bump uucore from 0.0.20 to 0.0.21 by @dependabot in #282
- build(deps): bump tempfile f...
0.5.0
Download findutils 0.5.0
File | Platform | Checksum |
---|---|---|
findutils-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
findutils-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
findutils-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
findutils-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
What's Changed
New features
- find: Implement
-newerXY
by @hanbings in #342 - xargs: Implement replace / -I (Closes: #310) by @sylvestre in #323
- xargs: add --max-lines by @cakebaker in #343
- xargs: rename
--size
to--max-chars
by @cakebaker in #321
Documentation
- initial oranda setup by @tertsdiepraam in #274
- website: fix
path_prefix
in oranda by @tertsdiepraam in #275 - website: fix changelog config by @tertsdiepraam in #278
- docs: initial version of mdbook by @tertsdiepraam in #347
Code quality
- Fix deprecation warnings from
chrono
in test by @cakebaker in #315 - xargs: remove unnecessary else blocks by @cakebaker in #318
- find: fix "item x imported redundantly" warnings by @cakebaker in #326
- find: fix two clippy warnings by @cakebaker in #335
- README: add badges + bfs info by @sylvestre in #337
- tests: remove "extern crate x" by @cakebaker in #341
- Run clippy pedantic fixes by @sylvestre in #348
CI
- ci: update codecov-action to v4 & use token by @cakebaker in #320
- Fix clippy warning on 'format!' strings by @jellehelsen in #272
- ci: Update bfs to 3.0.3 by @tavianator in #290
- ci: Update bfs to 3.1.3 by @tavianator in #334
- Cargo.toml: set "default-features = false" for onig by @cakebaker in #313
- Cargo.toml: use 2021 edition by @cakebaker in #314
- ci: name upload steps by @cakebaker in #346
dependencies
- build(deps): bump tempfile from 3.6.0 to 3.7.0 by @dependabot in #269
- build(deps): bump assert_cmd from 2.0.11 to 2.0.12 by @dependabot in #268
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #283
- build(deps): bump uucore from 0.0.20 to 0.0.21 by @dependabot in #282
- build(deps): bump tempfile from 3.7.0 to 3.8.0 by @dependabot in #276
- build(deps): bump filetime from 0.2.21 to 0.2.22 by @dependabot in #271
- build(deps): bump chrono from 0.4.26 to 0.4.28 by @dependabot in #281
- build(deps): bump walkdir from 2.3.3 to 2.4.0 by @dependabot in #284
- build(deps): bump chrono from 0.4.28 to 0.4.29 by @dependabot in #285
- build(deps): bump chrono from 0.4.29 to 0.4.31 by @dependabot in #288
- build(deps): bump uucore from 0.0.21 to 0.0.22 by @dependabot in #291
- build(deps): bump predicates from 3.0.3 to 3.0.4 by @dependabot in #289
- build(deps): bump nix from 0.26.2 to 0.27.1 by @dependabot in #279
- build(deps): bump dawidd6/action-download-artifact from 2 to 3 by @dependabot in #297
- build(deps): bump once_cell from 1.18.0 to 1.19.0 by @dependabot in #296
- build(deps): bump filetime from 0.2.22 to 0.2.23 by @dependabot in #295
- build(deps): bump tempfile from 3.8.0 to 3.8.1 by @dependabot in #293
- build(deps): bump uucore from 0.0.22 to 0.0.23 by @dependabot in #294
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #298
- build(deps): bump tempfile from 3.8.1 to 3.9.0 by @dependabot in #299
- build(deps): bump assert_cmd from 2.0.12 to 2.0.13 by @dependabot in #301
- build(deps): bump predicates from 3.0.4 to 3.1.0 by @dependabot in #302
- build(deps): bump chrono from 0.4.31 to 0.4.32 by @dependabot in #304
- build(deps): bump shlex from 1.1.0 to 1.3.0 by @dependabot in #303
- build(deps): bump uucore from 0.0.23 to 0.0.24 by @dependabot in #305
- build(deps): bump chrono from 0.4.32 to 0.4.33 by @dependabot in #306
- build(deps): bump chrono from 0.4.33 to 0.4.34 by @dependabot in #311
- build(deps): bump tempfile from 3.9.0 to 3.10.0 by @dependabot in #309
- build(deps): bump serial_test from 2.0.0 to 3.0.0 by @dependabot in #300
- build(deps): bump assert_cmd from 2.0.13 to 2.0.14 by @dependabot in #312
- Bump wasm-bindgen from 0.2.82 to 0.2.91 by @cakebaker in #317
- Bump clap from 4.4.6 to 4.4.18 by @cakebaker in #319
- build(deps): bump tempfile from 3.10.0 to 3.10.1 by @dependabot in #328
- build(deps): bump walkdir from 2.4.0 to 2.5.0 by @dependabot in #329
- build(deps): bump chrono from 0.4.34 to 0.4.35 by @dependabot in #330
- xargs: upgrade to clap v4.4 by @cakebaker in #331
- build(deps): bump clap from 4.4.18 to 4.5.2 by @dependabot in #332
- build(deps): bump clap from 4.5.2 to 4.5.3 by @dependabot in #333
- build(deps): bump clap from 4.5.3 to 4.5.4 by @dependabot in #340
- build(deps): bump KyleMayes/install-llvm-action from 1 to 2 by @dependabot in #345
- build(deps): bump chrono from 0.4.35 to 0.4.37 by @dependabot in #344
- Bump nix from 0.27 to 0.28 & enable "fs" feature by @cakebaker in #327
- Bump parking_lot_core from 0.9.3 to 0.9.9 by @cakebaker in #316
- build(deps): bump uucore from 0.0.24 to 0.0.25 by @dependabot in #336
- Cargo.toml: specify complete chrono version by @cakebaker in #339
New Contributors
- @tertsdiepraam made their first contribution in #274
- @jellehelsen made their first contribution in #272
- @cakebaker made their first contribution in #313
- @hanbings made their first contribution in #342
Full Changelog: 0.4.2...0.5.0
0.4.2
What's Changed
- Remove appveyor configuration by @sylvestre in #263
- Remove the travis configuration as we don't use it by @sylvestre in #264
- CI: test all features by @sylvestre in #267
dependencies upgrades
- build(deps): bump once_cell from 1.17.1 to 1.18.0 by @dependabot in #250
- build(deps): bump chrono from 0.4.24 to 0.4.26 by @dependabot in #249
- build(deps): bump predicates from 3.0.2 to 3.0.3 by @dependabot in #245
- move to uucore 0.0.20 by @sylvestre in #265
Full Changelog: 0.4.1...0.4.2
0.4.1
What's Changed
- Fix spelling by @jayvdb in #229
- replaced not equal operation with equality operator by @HelloShiv in #235
- Refactor code to use String::new by @HelloShiv in #237
- implemented assert! for resolving warning panic! by @HelloShiv in #227
Update of the dependencies
- build(deps): bump regex from 1.7.1 to 1.7.3 by @dependabot in #228
- build(deps): bump assert_cmd from 2.0.8 to 2.0.10 by @dependabot in #218
- build(deps): bump chrono from 0.4.23 to 0.4.24 by @dependabot in #215
- build(deps): bump tempfile from 3.3.0 to 3.4.0 by @dependabot in #214
- build(deps): bump filetime from 0.2.19 to 0.2.20 by @dependabot in #208
- build(deps): bump filetime from 0.2.20 to 0.2.21 by @dependabot in #234
- build(deps): bump walkdir from 2.3.2 to 2.3.3 by @dependabot in #232
- build(deps): bump serial_test from 1.0.0 to 2.0.0 by @dependabot in #230
- build(deps): bump assert_cmd from 2.0.10 to 2.0.11 by @dependabot in #247
- build(deps): bump tempfile from 3.4.0 to 3.6.0 by @dependabot in #248
New Contributors
- @jayvdb made their first contribution in #229
- @HelloShiv made their first contribution in #227
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Make multi-exec only match {} + with nothing in between by @tavianator in #91
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #94
- exec: Handle parent directories more carefully by @tavianator in #92
- Add support for GNU-compatible printf by @refi64 in #120
- Add initial parts of automated compatibility tests by @refi64 in #129
- Add remaining portions of automated compatibility tests by @refi64 in #130
- Add support for -print0 by @refi64 in #123
- Add support for regex matching by @refi64 in #126
- Add an initial implementation of xargs by @refi64 in #121
- Fix compat tests not using the latest workflow by @refi64 in #133
- Add support for -lname / -ilname by @refi64 in #138
- Add support for -empty by @refi64 in #137
- Add support for -xdev by @refi64 in #136
- Avoid skipping the entire directory if a file hits -prune by @refi64 in #139
- matchers: Replace new_box() with an into_box() trait method by @tavianator in #141
- printf: Fix some time formatting to match GNU find by @tavianator in #146
- Support -and as a synonym for -a by @tavianator in #145
- Implement -P and -- by @tavianator in #148
- Implement -quit by @tavianator in #147
- POSIX compliant globs by @tavianator in #151
- find: Use the uucore mode parsing implementation for -perm by @tavianator in #154
- find/matchers: Implement -mount as an alias for -xdev by @tavianator in #165
- find/matchers: Add the
ed
andsed
regex types by @tavianator in #166 - find/matchers: Implement the -{read,writ,execut}able access checks by @tavianator in #168
- find/matchers: Implement -inum and -links by @tavianator in #167
- find: Don't swallow mkfifo errors in the tests by @refi64 in #179
- Add support for embedded "{}" by @int3 in #213
Code quality
- Various clippy fixes + precommit by @sylvestre in #222
- Fix a clippy warning by @sylvestre in #188
- Fix some clippy warnings by @sylvestre in #103
- Add back coverage with codecov by @sylvestre in #111
- Various Clippy fixes by @sylvestre in #143
CI
- ci: Update BFS testsuite to version 2.4 by @tavianator in #150
- ci: Update bfs testsuite to version 2.6 by @tavianator in #163
- ci: Also run the dejagnu tests from GNU findutils by @tavianator in #144
- run the GNU testsuite in the CI by @sylvestre in #115
- ci: Run the bfs testsuite by @tavianator in #116
- fix the ci warnings by @sylvestre in #211
Dependencies
- update predicates by @sylvestre in #104
- Move tempfile dep to dev-dep by @sylvestre in #135
- replace tempdir by tempfile by @sylvestre in #110
- Bump once_cell from 1.9.0 to 1.10.0 by @dependabot in #152
- build(deps): bump serial_test from 0.6.0 to 0.7.0 by @dependabot in #169
- build(deps): bump serial_test from 0.7.0 to 0.8.0 by @dependabot in #170
- build(deps): bump filetime from 0.2.16 to 0.2.17 by @dependabot in #172
- build(deps): bump onig from 6.3.1 to 6.3.2 by @dependabot in #171
- build(deps): bump once_cell from 1.12.0 to 1.13.0 by @dependabot in #173
- build(deps): bump regex from 1.5.6 to 1.6.0 by @dependabot in #174
- build(deps): bump onig from 6.3.2 to 6.4.0 by @dependabot in #176
- build(deps): bump serial_test from 0.8.0 to 0.9.0 by @dependabot in #178
- build(deps): bump nix from 0.24.2 to 0.25.0 by @dependabot in #180
- build(deps): bump chrono from 0.4.19 to 0.4.20 by @dependabot in #175
- build(deps): bump once_cell from 1.13.0 to 1.13.1 by @dependabot in #182
- build(deps): bump chrono from 0.4.20 to 0.4.22 by @dependabot in #181
- build(deps): bump iana-time-zone from 0.1.44 to 0.1.47 by @dependabot in #183
- build(deps): bump once_cell from 1.13.1 to 1.15.0 by @dependabot in #185
- build(deps): bump assert_cmd from 2.0.4 to 2.0.5 by @dependabot in #187
- build(deps): bump predicates from 2.1.5 to 3.0.2 by @dependabot in #220
- build(deps): bump filetime from 0.2.17 to 0.2.18 by @dependabot in #186
- ci: Update bfs to 2.6.2 by @tavianator in #189
- build(deps): bump once_cell from 1.15.0 to 1.16.0 by @dependabot in #190
- build(deps): bump predicates from 2.1.1 to 2.1.2 by @dependabot in #191
- build(deps): bump assert_cmd from 2.0.5 to 2.0.6 by @dependabot in #193
- build(deps): bump regex from 1.6.0 to 1.7.0 by @dependabot in #192
- build(deps): bump predicates from 2.1.2 to 2.1.3 by @dependabot in #194
- build(deps): bump chrono from 0.4.22 to 0.4.23 by @dependabot in #195
- build(deps): bump nix from 0.25.0 to 0.26.1 by @dependabot in #196
- build(deps): bump filetime from 0.2.18 to 0.2.19 by @dependabot in #199
- build(deps): bump assert_cmd from 2.0.6 to 2.0.7 by @dependabot in #198
- build(deps): bump predicates from 2.1.3 to 2.1.4 by @dependabot in #197
- build(deps): bump serial_test from 0.9.0 to 0.10.0 by @dependabot in #200
- build(deps): bump predicates from 2.1.4 to 2.1.5 by @dependabot in #202
- build(deps): bump once_cell from 1.16.0 to 1.17.0 by @dependabot in #201
- build(deps): bump assert_cmd from 2.0.7 to 2.0.8 by @dependabot in #204
- build(deps): bump regex from 1.7.0 to 1.7.1 by @dependabot in #203
- build(deps): bump nix from 0.26.1 to 0.26.2 by @dependabot in #205
- build(deps): bump serial_test from 0.10.0 to 1.0.0 by @dependabot in #206
- build(deps): bump bumpalo from 3.10.0 to 3.12.0 by @dependabot in #207
- build(deps): bump once_cell from 1.17.0 to 1.17.1 by @dependabot in #209
- Bump walkdir from 2.3.1 to 2.3.2 by @dependabot-preview in #90
- Bump regex from 1.4.5 to 1.5.3 by @dependabot-preview in #96
- Bump assert_cmd from 1.0.3 to 1.0.4 by @dependabot in #98
- Bump regex from 1.5.3 to 1.5.4 by @dependabot in #97
- Bump predicates from 1.0.7 to 1.0.8 by @dependabot-preview in #95
- Bump assert_cmd from 1.0.4 to 1.0.5 by @dependabot in #99
- Bump assert_cmd from 1.0.5 to 1.0.8 by @dependabot in #106
- Bump assert_cmd from 1.0.8 to 2.0.0 by @dependabot in #107
- Bump predicates from 2.0.0 to 2.0.1 by @dependabot in #105
- Bump predicates from 2.0.1 to 2.0.2 by @dependabot in #108
- Bump assert_cmd from 2.0.0 to 2.0.1 by @dependabot in #109
- Update uucore to 0.0.12 by @refi64 in #132
- Bump serial_test from 0.5.1 to 0.6.0 by @dependabot in #149
- Bump assert_cmd from 2.0.1 to 2.0.2 by @dependabot in #117
- Bump predicates from 2.0.2 to 2.1.0...