Skip to content

Commit b974f3d

Browse files
chore(deps): bump pdf-extract from 0.7.12 to 0.10.0 in /panoptes (#113)
Bumps [pdf-extract](https://github.com/jrmuizel/pdf-extract) from 0.7.12 to 0.10.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jrmuizel/pdf-extract/commit/8ea76f95eaed2de45c9337830f3fdd5c0a862292"><code>8ea76f9</code></a> Switch 'falling back to encoding' messages to debug!</li> <li><a href="https://github.com/jrmuizel/pdf-extract/commit/37a1bef2e8010b816af11a90ba63b3a342f15f32"><code>37a1bef</code></a> Update to lopdf 0.38</li> <li><a href="https://github.com/jrmuizel/pdf-extract/commit/aa3052cbc74be69c56df3488d718acfe819bb39d"><code>aa3052c</code></a> Switch to using 'const' instead of 'let' for glyphname data.</li> <li><a href="https://github.com/jrmuizel/pdf-extract/commit/9fc19c427b3e7bf3b8f34a8d6319446e9a4bb946"><code>9fc19c4</code></a> Update to lopdf 0.36</li> <li><a href="https://github.com/jrmuizel/pdf-extract/commit/4829360ac91370b6c1e1e0e8bb6d4c3613c0601a"><code>4829360</code></a> Only print unicode mismatches when the normalized forms don't match</li> <li><a href="https://github.com/jrmuizel/pdf-extract/commit/f918b2f0ff7ab1a7663a76834c35b933d0489ff1"><code>f918b2f</code></a> Use simple_logger in extract example</li> <li><a href="https://github.com/jrmuizel/pdf-extract/commit/7aab4926bab13fd58a1254b2dc295404628a3bf7"><code>7aab492</code></a> Use CharCode instead of u32 to make the unicode map more clear</li> <li><a href="https://github.com/jrmuizel/pdf-extract/commit/9bb2e3000a5c9ed2aabe26cbce1fcfc77ba1f76b"><code>9bb2e30</code></a> Replace println with log</li> <li><a href="https://github.com/jrmuizel/pdf-extract/commit/9e3ab07ad5a277254b195bc61cf272e4b78cd880"><code>9e3ab07</code></a> (cargo-release) version 0.8.2</li> <li><a href="https://github.com/jrmuizel/pdf-extract/commit/0f5955be7d68a438ab3e2c00fdad89386218aaf6"><code>0f5955b</code></a> Avoid indexing panics if we overflow</li> <li>Additional commits viewable in <a href="https://github.com/jrmuizel/pdf-extract/compare/v0.7.12...v0.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pdf-extract&package-manager=cargo&previous-version=0.7.12&new-version=0.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent 711c602 commit b974f3d

2 files changed

Lines changed: 102 additions & 8 deletions

File tree

panoptes/Cargo.lock

Lines changed: 101 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

panoptes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ rusqlite = { version = "0.31", features = ["bundled"] }
5656
image = "0.25"
5757

5858
# PDF processing
59-
pdf-extract = "0.7"
59+
pdf-extract = "0.10"
6060
lopdf = "0.32"
6161

6262
# Audio metadata

0 commit comments

Comments
 (0)