fix(deps): update rust crate trash to v5.2.2 #607
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
5.1.1->5.2.2Release Notes
ArturKovacs/trash (trash)
v5.2.2Compare Source
Chore
These will have a bunch of default features enabled, so let's
pre-emptively disable them.
Bug Fixes
Commit Statistics
Commit Details
view details
1704f72)dffb80d)74894a8)083743e)357c3b8)ee7f256)v5.2.1Compare Source
Bug Fixes
Now illegal UTF8 is percent-encoded. Previously this code would have panicked.
Other
Test
Disabled since only works on older FS, but tested manually to work on a USB HFS drive
Disabled since only works on older FS, but tested manually to work on a USB HFS drive
Commit Statistics
Commit Details
view details
59b0a8a)e1bb697)6f0b737)d23a591)47ed29d)415c87d)b147384)e499a0e)175d6f5)0359a4d)5d17879)d7295e8)ab5c49b)bfbc394)6fbad98)c013b9a)1d18e7a)d7d2187)3978204)dc7dca0)8481d3c)e58e92b)823f6fb)243b00d)9c213c9)9ed83e7)v5.2.0Compare Source
New Features
Short circuiting check for empty trash
is_empty()is a short circuiting function that checks if the trash isempty on Freedesktop compatible systems and Windows.
The main purpose of
is_empty()is to avoid evaluating the entire trashcontext when the caller is only interested in whether the trash is empty
or not. This is especially useful for full trashes with many items.
Commit Statistics
Commit Details
view details
1a0fc59)0120bbe)6d59fa9)Configuration
📅 Schedule: Branch creation - "every weekend" (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.
This PR was generated by Mend Renovate. View the repository job log.