chore(deps): bump quick-xml from 0.41.0 to 0.42.0 - #128
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.41.0 to 0.42.0. - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.41.0...v0.42.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Closing under the estate's alerts-only Dependabot policy: version-update PRs are not accepted here. Dependabot security updates and alerts remain enabled and will still open PRs for actual vulnerabilities. The stale/empty |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…tended (#132) * chore(security): harden scanning config (alerts-only Dependabot, dep-review, CodeQL extended) Three related security-posture fixes: - Remove the 0-byte `.github/dependabot.yml`. It was emptied (not deleted) to express the estate's alerts-only policy, but an empty file is invalid Dependabot config and did not actually stop version-update PRs (#127/#128 were still opened). Dependabot alerts and security updates are driven by repository settings (both enabled), so deleting the file is the correct way to be alerts-only with no version-update PRs. - Add a `dependency-review` workflow (actions/dependency-review-action) that blocks a PR introducing a high/critical-severity dependency *before* it merges -- the pre-merge complement to Dependabot alerts. Self-hosted runner to satisfy the runner-policy gate. - Enable CodeQL `security-extended` query suite for broader coverage than the default suite (more findings, some noisier; triaged under Code scanning). Branch protection (require rust + CodeQL checks) and secret-scanning validity checks are being enabled via repository settings alongside this change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016xyYMPZEyc68vBok9AkJad * ci(codeql): ignore benchnzb (benchmark harness) in code scanning benchnzb is an internal benchmark/stress tool that talks to local mock services over a private network; its rust/non-https-url findings are not production issues. Add a CodeQL config with paths-ignore so they stop recurring on the Security dashboard, and wire it into the analysis via config-file (alongside the security-extended query suite). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016xyYMPZEyc68vBok9AkJad --------- Co-authored-by: thedancingdeveloper <306930456+thedancingdeveloper@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Bumps quick-xml from 0.41.0 to 0.42.0.
Release notes
Sourced from quick-xml's releases.
... (truncated)
Changelog
Sourced from quick-xml's changelog.
... (truncated)
Commits
36a2c52Release 0.42.0a4b9fcacargo fmt22c99f5Update Rust Edition to 202483351fbAdd rename = $value to a table in serde example commentsf4db767Clarify documentation about lifetimes of the events and attributes9f4c66aFix formatting for correct assertions in read_nodes_serde6950ef7Add GHA job to execute examplesdbf9e3fShow XML Decl tracking in examplesaab9452Add writing a Decl event to the writer example1573e05Avoid trim_text(true) in the in-depth examplesDependabot 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)