Skip to content

build(deps): bump the all group with 3 updates#6

Merged
timorunge merged 1 commit into
mainfrom
dependabot/cargo/all-a267e52086
Jun 17, 2026
Merged

build(deps): bump the all group with 3 updates#6
timorunge merged 1 commit into
mainfrom
dependabot/cargo/all-a267e52086

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all group with 3 updates: regex, ignore and kreuzberg.

Updates regex from 1.12.3 to 1.12.4

Changelog

Sourced from regex's changelog.

1.12.4 (2025-06-09)

This release includes a performance optimization for compilation of regexes with very large character classes.

Improvements:

  • #1308: Avoid re-canonicalizing the entire interval set when pushing new class ranges.
Commits
  • 7b96fdc 1.12.4
  • 7b89cf0 deps: update to regex-syntax 0.8.11
  • 1401679 regex-syntax-0.8.11
  • d709000 changelog: 1.12.4
  • 9825c74 syntax: avoid re-canonicalizing the entire IntervalSet on push (#1308)
  • a7f2ff6 docs: clarify regex-lite word boundaries
  • 2c7b172 docs: clarify unsupported Anchored::Pattern searches
  • 839d16b regex-syntax-0.8.10
  • c4865a0 syntax: fix negation handling in HIR translation
  • d8761c0 cargo: also include benches
  • Additional commits viewable in compare view

Updates ignore from 0.4.25 to 0.4.26

Commits
  • 82313cf ignore-0.4.26
  • 43e2f08 ignore: fix parent gitignore matching across multiple roots
  • 79a23e0 ignore: use named fields in Ignore
  • 4519153 doc: clarify half-boundary syntax for the -w/--word-regexp flag
  • cb66736 core: bleat a DEBUG message when RIPGREP_CONFIG_PATH is not set
  • 9b84e15 ignore/types: add container type that covers both Dockerfile and `Contain...
  • cd1f981 fix: derive Default when possible
  • See full diff in compare view

Updates kreuzberg from 4.9.8 to 4.9.9

Release notes

Sourced from kreuzberg's releases.

v4.9.9

Full Changelog: https://github.com/kreuzberg-dev/kreuzberg/commits/v4.9.9

Changelog

Sourced from kreuzberg's changelog.

[4.9.9] - 2026-06-05

LTS patch release with PDF/OCR robustness fixes and selected stability backports from main.

Fixed

  • #1078: OCR rendering for very wide, vector-heavy single-page PDFs now uses a bounded render profile, enforces the long-edge cap before Pdfium allocation, and retries failed OCR renders at a lower cap instead of surfacing PdfiumLibraryInternalError(Unknown) as a top-level parsing failure.
  • #1077: Embedded PDF image streams are validated before generic image OCR. Raw, CCITT, JBIG2, JPEG 2000, empty, unknown, and probe-failed image streams are re-extracted through Pdfium when possible or skipped with a specific warning instead of repeated image dimension probe failed noise.
  • #1058: Cap the initial allocation hint for compressed RTF decompression so a crafted MSG/RTF stream cannot request a multi-gigabyte Vec allocation from an untrusted raw_size header.
  • #1057: Make table row sorting NaN-safe by avoiding partial_cmp(...).unwrap().
  • #998, #1055: Export FFI embedding preset symbols even when embeddings are disabled, returning empty/null-compatible results instead of letting Java/native binding startup fail with missing symbols.
  • #1073, #1074, #1013, #1004: Chunking now uses formatted content for non-plain output formats, preserves page metadata where formatted page text can be matched, and normalizes trailing-space page artifacts before boundary matching.
  • #910: Tighten UTF-16 email transcoding heuristics so short binary inputs are not misclassified as UTF-16.
  • #911: Return a validation error when extraction_timeout_secs is configured without tokio-runtime, including the legacy synchronous extraction path.

Tooling

  • Exclude the generated ai-rulez manifest from Biome formatting so prek run --all-files is idempotent.

Removed

  • Removed the unused alternate PDF implementation from the v4 LTS branch and removed the obsolete root tools/ folder.
Commits
  • 54dcb33 fix: release v4.9.9 LTS backports
  • 968052e chore: removed pdf_oxide and benchmarks
  • 79efc60 chore: applied post-upgrade fixes
  • 46db61d chore: updated deps
  • d8cd6a0 chore: update agent tooling files
  • be000f1 chore: group dependabot updates
  • 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 all group with 3 updates: [regex](https://github.com/rust-lang/regex), [ignore](https://github.com/BurntSushi/ripgrep) and [kreuzberg](https://github.com/kreuzberg-dev/kreuzberg).


Updates `regex` from 1.12.3 to 1.12.4
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.12.3...1.12.4)

Updates `ignore` from 0.4.25 to 0.4.26
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/ripgrep@ignore-0.4.25...ignore-0.4.26)

Updates `kreuzberg` from 4.9.8 to 4.9.9
- [Release notes](https://github.com/kreuzberg-dev/kreuzberg/releases)
- [Changelog](https://github.com/kreuzberg-dev/kreuzberg/blob/v4.9.9/CHANGELOG.md)
- [Commits](xberg-io/xberg@v4.9.8...v4.9.9)

---
updated-dependencies:
- dependency-name: regex
  dependency-version: 1.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ignore
  dependency-version: 0.4.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: kreuzberg
  dependency-version: 4.9.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@timorunge timorunge merged commit 6a2553e into main Jun 17, 2026
28 checks passed
@timorunge timorunge deleted the dependabot/cargo/all-a267e52086 branch June 17, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant