chore(deps): Bump the cargo group with 4 updates - #17
dependabot[bot] wants to merge 1 commit into
Conversation
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>
|
Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed. |
|
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. |
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
tomlfrom 1.1.5+spec-1.1.0 to 1.1.6+spec-1.1.0Commits
572c005chore: Release66d0c53docs: Update changelog07af4e7perf: Reduce allocations in toml_edit parsing and dumping (#1215)0ff90dbperf(display): Write encoded strings directlyefb2536perf(display): Move generated representation strings075c444refactor(display): Consolidate key-path encodingb48f338perf(display): Borrow table keys during document outputc6c1de3perf(parser): Move completed table header keysec90463perf(parser): Borrow input when creating editable documentsd76a48atest: Benchmark rendering generated keys and valuesUpdates
html5everfrom 0.39.0 to 0.40.1Commits
Updates
libloadingfrom 0.8.9 to 0.9.0Commits
dab97c50.9.0 release ritese893804refactor: simplify null checks, remove some iffy implementations4b98285add no-std supportUpdates
trashfrom 5.2.8 to 5.2.9Release notes
Sourced from trash's releases.
Changelog
Sourced from trash's changelog.
Commits
54e0a2dRelease trash v5.2.9deaf4deprepare changelog prior to releasef99e82eMerge pull request #151 from jaroslavpachola/home-trash-fallback18cbe14review50ede33fix: fall back to the home trash when per-volume trash cannot be created29ad086Merge pull request #150 from ggand0/fix-windows-unc-parsing-namee57c153reviewe99afbdKeep the root backslash when rebuilding shell parsing namesba1d72fRebuild verbatim paths before handing them to the shell on WindowsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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