Skip to content

chore(deps): bump printpdf from 0.7.0 to 0.9.1#10

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/printpdf-0.9.1
Open

chore(deps): bump printpdf from 0.7.0 to 0.9.1#10
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/printpdf-0.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Copy link
Copy Markdown
Contributor

Bumps printpdf from 0.7.0 to 0.9.1.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [printpdf](https://github.com/fschutt/printpdf) from 0.7.0 to 0.9.1.
- [Release notes](https://github.com/fschutt/printpdf/releases)
- [Changelog](https://github.com/fschutt/printpdf/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fschutt/printpdf/commits)

---
updated-dependencies:
- dependency-name: printpdf
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 15, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

cortexuvula added a commit that referenced this pull request Jun 16, 2026
…a256, SSE logging, fsync, identifier validation)

Addresses CODE_REVIEW_REPORT.md findings #1, #2, #3, #4/#11, #6, #9.
Verified each against the actual code; skipped #5/#7/#8/#10/#12-15 with
documented rationale (low threat model, intentional design, YAGNI).
cortexuvula added a commit that referenced this pull request Jun 22, 2026
Addresses 6 of the 8 deferred CODE_REVIEW_REPORT.md findings (#5, #7,
#8, #10, #13, #14). Skipped #12 (SharingError refactor — pure churn,
no functional/security impact) and #15 (constant-time pairing compare —
the report itself says timing attacks are impractical for a 6-digit
LAN-only code; adding a 'subtle' dep is YAGNI).

Fixed:
- #5 HTML sanitizer: loop the regex until stable so nested/leftover
  tags are stripped, not just the first pass. (A '>' inside a quoted
  attribute still can't be handled by a regex — that needs ammonia —
  but the loop covers the realistic user-paste case.)
- #10 strip_html: decode the five common HTML entities (&amp; &lt; &gt;
  &quot; &#x27;/&#39;) after stripping, so stripped text rendered
  elsewhere doesn't carry encoded markup.
- #7 Auth proxy: add a 30-min overall timeout to both reqwest clients
  so a hung upstream can't tie up a proxy connection forever.
- #8 Vocab regex: move the per-call regex cache to a process-wide
  LazyLock<Mutex<HashMap>> so a stable vocabulary compiles once instead
  of 100+ regexes on every transcription. Bounded to 1024 entries.
- #13 machine_id: remove the redundant nested rfind parser, keep only
  the simpler split('"') approach.
- #14 allow_public: was a real bug, not just a doc gap. The toggle in
  Settings only saved the setting — it didn't call reinitProviders, so
  the new policy wasn't applied until something else triggered a reinit.
  Added the reinitProviders call + a doc comment on OllamaProvider::new
  explaining the captured-at-construction semantics.
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.

0 participants