Skip to content

chore(deps): Bump the cargo group with 4 updates - #17

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-58943b35e6
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-58943b35e6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 20, 2026 •

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the cargo group with 4 updates: toml, html5ever, libloading and trash.

Updates toml from 1.1.5+spec-1.1.0 to 1.1.6+spec-1.1.0

Commits
  • 572c005 chore: Release
  • 66d0c53 docs: Update changelog
  • 07af4e7 perf: Reduce allocations in toml_edit parsing and dumping (#1215)
  • 0ff90db perf(display): Write encoded strings directly
  • efb2536 perf(display): Move generated representation strings
  • 075c444 refactor(display): Consolidate key-path encoding
  • b48f338 perf(display): Borrow table keys during document output
  • c6c1de3 perf(parser): Move completed table header keys
  • ec90463 perf(parser): Borrow input when creating editable documents
  • d76a48a test: Benchmark rendering generated keys and values
  • Additional commits viewable in compare view

Updates html5ever from 0.39.0 to 0.40.1

Commits

Updates libloading from 0.8.9 to 0.9.0

Commits

Updates trash from 5.2.8 to 5.2.9

Release notes

Sourced from trash's releases.

v5.2.9

This is a bug-fix release, where unfortunately I forgot to make the needed edits to the commit message for all of them to automatically show up here. Check the "Commit Details" section instead for everything that went into it.

Bug Fixes

  • fall back to the home trash when per-volume trash cannot be created The spec (v1.0, section "Trash directories") says an implementation "MUST either trash the file into the user's home trash or refuse to trash it" when both $topdir/.Trash/$uid and $topdir/.Trash-$uid are unavailable. Until now the crate took the "refuse" branch, returning a PermissionDenied error whenever the mount-point root was not writable by the calling user - the common case on every partition whose root is owned by root.

    Catch PermissionDenied from execute_on_mounted_trash_folders and fall back to move_to_trash with the home trash, which already handles cross-device copies via copy+delete.

Commit Statistics

  • 8 commits contributed to the release.
  • 5 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Prepare changelog prior to release (deaf4de)
    • Merge pull request #151 from jaroslavpachola/home-trash-fallback (f99e82e)
    • Review (18cbe14)
    • Fall back to the home trash when per-volume trash cannot be created (50ede33)
    • Merge pull request #150 from ggand0/fix-windows-unc-parsing-name (29ad086)
    • Review (e57c153)
    • Keep the root backslash when rebuilding shell parsing names (e99afbd)
    • Rebuild verbatim paths before handing them to the shell on Windows (ba1d72f)
Changelog

Sourced from trash's changelog.

5.2.9 (2026-09-13)

This is a bug-fix release, where unfortunately I forgot to make the needed edits to the commit message for all of them to automatically show up here. Check the "Commit Details" section instead for everything that went into it.

Bug Fixes

  • fall back to the home trash when per-volume trash cannot be created The spec (v1.0, section "Trash directories") says an implementation "MUST either trash the file into the user's home trash or refuse to trash it" when both $topdir/.Trash/$uid and $topdir/.Trash-$uid are unavailable. Until now the crate took the "refuse" branch, returning a PermissionDenied error whenever the mount-point root was not writable by the calling user - the common case on every partition whose root is owned by root.

    Catch PermissionDenied from execute_on_mounted_trash_folders and fall back to move_to_trash with the home trash, which already handles cross-device copies via copy+delete.

Commit Statistics

  • 8 commits contributed to the release.
  • 5 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Prepare changelog prior to release (deaf4de)
    • Merge pull request #151 from jaroslavpachola/home-trash-fallback (f99e82e)
    • Review (18cbe14)
    • Fall back to the home trash when per-volume trash cannot be created (50ede33)
    • Merge pull request #150 from ggand0/fix-windows-unc-parsing-name (29ad086)
    • Review (e57c153)
    • Keep the root backslash when rebuilding shell parsing names (e99afbd)
    • Rebuild verbatim paths before handing them to the shell on Windows (ba1d72f)
Commits
  • 54e0a2d Release trash v5.2.9
  • deaf4de prepare changelog prior to release
  • f99e82e Merge pull request #151 from jaroslavpachola/home-trash-fallback
  • 18cbe14 review
  • 50ede33 fix: fall back to the home trash when per-volume trash cannot be created
  • 29ad086 Merge pull request #150 from ggand0/fix-windows-unc-parsing-name
  • e57c153 review
  • e99afbd Keep the root backslash when rebuilding shell parsing names
  • ba1d72f Rebuild verbatim paths before handing them to the shell on Windows
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo group with 4 updates: [toml](https://github.com/toml-rs/toml), [html5ever](https://github.com/servo/html5ever), [libloading](https://github.com/nagisa/rust_libloading) and [trash](https://github.com/ArturKovacs/trash).


Updates `toml` from 1.1.5+spec-1.1.0 to 1.1.6+spec-1.1.0
- [Commits](toml-rs/toml@toml-v1.1.5...toml-v1.1.6)

Updates `html5ever` from 0.39.0 to 0.40.1
- [Release notes](https://github.com/servo/html5ever/releases)
- [Commits](https://github.com/servo/html5ever/commits/html5ever-v0.40.1)

Updates `libloading` from 0.8.9 to 0.9.0
- [Commits](nagisa/rust_libloading@0.8.9...0.9.0)

Updates `trash` from 5.2.8 to 5.2.9
- [Release notes](https://github.com/ArturKovacs/trash/releases)
- [Changelog](https://github.com/Byron/trash-rs/blob/master/CHANGELOG.md)
- [Commits](Byron/trash-rs@v5.2.8...v5.2.9)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 1.1.6+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: html5ever
  dependency-version: 0.40.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: libloading
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: trash
  dependency-version: 5.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 21, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/cargo-58943b35e6 branch September 21, 2026 07:31
@john-athan

Copy link
Copy Markdown
Owner

Closed in favour of 735a87b, which carries three of these four bumps: toml 1.1.6, trash 5.2.9 and libloading 0.9.

html5ever 0.40 is held back deliberately. markup5ever_rcdom has no matching release (crates.io tops out at 0.39.0+unofficial, which requires html5ever ^0.39), so the two pull in incompatible markup5ever versions and RcDom stops satisfying TreeSink. src/html.rs fails to compile, which is what the checks here were reporting.

.github/dependabot.yml now ignores minor and major html5ever updates so this one member stops blocking the rest of the group every week. Patch updates within 0.39 still come through. Delete that entry once rcdom ships 0.40.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant