Skip to content

Commit e440598

Browse files
ECG Bottmeijn
authored andcommitted
build(deps): update sharkdp/fd to v10.3.0
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [sharkdp/fd](https://github.com/sharkdp/fd) | minor | `v10.2.0` -> `v10.3.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>sharkdp/fd (sharkdp/fd)</summary> ### [`v10.3.0`](https://github.com/sharkdp/fd/releases/tag/v10.3.0) [Compare Source](sharkdp/fd@v10.2.0...v10.3.0) #### Features - Add a hidden `--mindepth` alias for `--min-depth`. ([#&#8203;1617](sharkdp/fd#1617)) #### Bugfixes #### Changes - Replace `humantime` crate and `chrono` crate with `jiff` crate, see [#&#8203;1690](sharkdp/fd#1690) ([@&#8203;sorairolake](https://github.com/sorairolake)). This has some small changes to the way dates given to options such `--changed-within` and `--changed-before` including: - 'M' no longer means "month", as that could be confusing with minutes. Use "mo", "mos", "month" or "months" instead. - month and year now account for variability in the calander rather than being a hard-coded number of seconds. That is probably what you would expect, but it is a slight change in behavior. - aarch64 Windows was added to CI and release artifacts - Many dependencies were updated - Better support building on Illumos (there is no automated testing, but some known issues were fixed) #### Other This will be the last release that has been tested on x86\_64 Mac OS, since GitHub is dropping support for runners with that hardware. It may also be the last release to use a version of Rust with tier-1 support for x86\_64/intel Macs and Windows 7. </details> --- ### 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 MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44NC4wIiwidXBkYXRlZEluVmVyIjoiNDEuODQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
1 parent 8c45a37 commit e440598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chezmoi/dot_config/aquaproj-aqua/aqua.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ packages:
119119
- name: BurntSushi/[email protected]
120120
description: ripgrep recursively searches directories for a regex pattern while respecting your gitignore
121121
link: https://github.com/BurntSushi/ripgrep
122-
- name: sharkdp/fd@v10.2.0
122+
- name: sharkdp/fd@v10.3.0
123123
description: A simple, fast and user-friendly alternative to 'find'
124124
link: https://github.com/sharkdp/fd
125125
- name: lusingander/[email protected]

0 commit comments

Comments
 (0)