Skip to content

Commit d5e045d

Browse files
Update Rust crate etcetera to 0.10.0 (#16786)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [etcetera](https://redirect.github.com/lunacookies/etcetera) | workspace.dependencies | minor | `0.8.0` -> `0.10.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>lunacookies/etcetera (etcetera)</summary> ### [`v0.10.0`](https://redirect.github.com/lunacookies/etcetera/releases/tag/v0.10.0) [Compare Source](https://redirect.github.com/lunacookies/etcetera/compare/v0.9.0...v0.10.0) #### What's Changed - Allow compatibility with recent versions of home in [https://github.com/lunacookies/etcetera/pull/31](https://redirect.github.com/lunacookies/etcetera/pull/31) - Support non-UTF8 dirs in [https://github.com/lunacookies/etcetera/pull/32](https://redirect.github.com/lunacookies/etcetera/pull/32) - Add note about MSRV & fix CI in [https://github.com/lunacookies/etcetera/pull/33](https://redirect.github.com/lunacookies/etcetera/pull/33) This version raises MSRV to 1.81.0. But if you pin `home` to `<0.5.11` in `Cargo.lock`, then the MSRV will be `1.70.0`. **Full Changelog**: lunacookies/etcetera@v0.9.0...v0.10.0 ### [`v0.9.0`](https://redirect.github.com/lunacookies/etcetera/releases/tag/v0.9.0) [Compare Source](https://redirect.github.com/lunacookies/etcetera/compare/v0.8.0...v0.9.0) #### What's Changed - Make macOS bundle ID match the directories crate in [https://github.com/lunacookies/etcetera/pull/22](https://redirect.github.com/lunacookies/etcetera/pull/22) - Make the traits dyn-compatible in [https://github.com/lunacookies/etcetera/pull/25](https://redirect.github.com/lunacookies/etcetera/pull/25) - windows-sys: bump & replace SHGetFolderPathW with SHGetKnownFolderPath in [https://github.com/lunacookies/etcetera/pull/30](https://redirect.github.com/lunacookies/etcetera/pull/30) - crate: bump to edition 2021 & raise MSRV to 1.70.0 in [https://github.com/lunacookies/etcetera/pull/30](https://redirect.github.com/lunacookies/etcetera/pull/30) **Full Changelog**: lunacookies/etcetera@v0.8.0...v0.9.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ruff). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbnRlcm5hbCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent adac1e6 commit d5e045d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dir-test = { version = "0.4.0" }
7171
dunce = { version = "1.0.5" }
7272
drop_bomb = { version = "0.1.5" }
7373
env_logger = { version = "0.11.0" }
74-
etcetera = { version = "0.8.0" }
74+
etcetera = { version = "0.10.0" }
7575
fern = { version = "0.7.0" }
7676
filetime = { version = "0.2.23" }
7777
getrandom = { version = "0.3.1" }

0 commit comments

Comments
 (0)