Skip to content

Update Rust crate indicium to v0.6.9#105

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/indicium-0.x-lockfile
Closed

Update Rust crate indicium to v0.6.9#105
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/indicium-0.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Nov 26, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
indicium dependencies patch 0.6.50.6.9

Release Notes

leontoeides/indicium (indicium)

v0.6.9

Compare Source

  • 2026-04-25: Improved consistency of keyword normalizations.
  • 2026-02-14: Applied clippy suggestions.

v0.6.8

Compare Source

  • 2025-12-20: Changed the default unicode normalizer to icu_normalizer for
    slightly better performance. Applied clippy suggestions.

  • 2025-11-29: Minor performance improvements. Corrected some feature-gate
    combinations. Applied clippy suggestions.

v0.6.7

Compare Source

  • 2025-11-25: Fixed Cargo.toml feature structure. simple search no longer
    forces rustc-hash allowing users to actually use the hasher features that
    are available. Oops. Thanks to Mag Mell.

v0.6.6

Compare Source

  • 2025-11-25: Added unicode-normalization feature (enabled by default).
    Applies NFKC normalization during indexing and search, allowing equivalent
    Unicode representations to match (e.g., "file" matches "file", fullwidth
    characters match ASCII). Adds minor overhead but significantly improves search
    reliability for international text.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update Rust crate indicium to v0.6.7 Update Rust crate indicium to v0.6.8 Dec 20, 2025
@renovate

renovate Bot commented Dec 20, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path core/Cargo.toml --package indicium@0.6.5 --precise 0.6.9
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/gulfofmaine/standard_knowledge/js/Cargo.toml
workspace: /tmp/renovate/repos/github/gulfofmaine/standard_knowledge/Cargo.toml
    Updating crates.io index
error: failed to select a version for `icu_normalizer`.
    ... required by package `indicium v0.6.9`
    ... which satisfies dependency `indicium = "^0.6.5"` of package `standard_knowledge_js v0.1.0 (/tmp/renovate/repos/github/gulfofmaine/standard_knowledge/js)`
versions that meet the requirements `^2.1` are: 2.2.0, 2.1.1, 2.1.0

all possible versions conflict with previously selected packages.

  previously selected package `icu_normalizer v2.0.0`
    ... which satisfies dependency `icu_normalizer = "^2"` (locked to 2.0.0) of package `idna_adapter v1.2.1`
    ... which satisfies dependency `idna_adapter = "^1"` (locked to 1.2.1) of package `idna v1.0.3`
    ... which satisfies dependency `idna = "^1.0.3"` (locked to 1.0.3) of package `url v2.5.4`
    ... which satisfies dependency `url = "^2.4"` (locked to 2.5.4) of package `reqwest v0.13.1`
    ... which satisfies dependency `reqwest = "^0.13"` (locked to 0.13.1) of package `standard_knowledge_cli v0.1.0 (/tmp/renovate/repos/github/gulfofmaine/standard_knowledge/cli)`

failed to select a version for `icu_normalizer` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path js/Cargo.toml --package indicium@0.6.5 --precise 0.6.9
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/gulfofmaine/standard_knowledge/js/Cargo.toml
workspace: /tmp/renovate/repos/github/gulfofmaine/standard_knowledge/Cargo.toml
    Updating crates.io index
error: failed to select a version for `icu_normalizer`.
    ... required by package `indicium v0.6.9`
    ... which satisfies dependency `indicium = "^0.6.5"` of package `standard_knowledge_js v0.1.0 (/tmp/renovate/repos/github/gulfofmaine/standard_knowledge/js)`
versions that meet the requirements `^2.1` are: 2.2.0, 2.1.1, 2.1.0

all possible versions conflict with previously selected packages.

  previously selected package `icu_normalizer v2.0.0`
    ... which satisfies dependency `icu_normalizer = "^2"` (locked to 2.0.0) of package `idna_adapter v1.2.1`
    ... which satisfies dependency `idna_adapter = "^1"` (locked to 1.2.1) of package `idna v1.0.3`
    ... which satisfies dependency `idna = "^1.0.3"` (locked to 1.0.3) of package `url v2.5.4`
    ... which satisfies dependency `url = "^2.4"` (locked to 2.5.4) of package `reqwest v0.13.1`
    ... which satisfies dependency `reqwest = "^0.13"` (locked to 0.13.1) of package `standard_knowledge_cli v0.1.0 (/tmp/renovate/repos/github/gulfofmaine/standard_knowledge/cli)`

failed to select a version for `icu_normalizer` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path py/Cargo.toml --package indicium@0.6.5 --precise 0.6.9
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/gulfofmaine/standard_knowledge/js/Cargo.toml
workspace: /tmp/renovate/repos/github/gulfofmaine/standard_knowledge/Cargo.toml
    Updating crates.io index
error: failed to select a version for `icu_normalizer`.
    ... required by package `indicium v0.6.9`
    ... which satisfies dependency `indicium = "^0.6.5"` of package `standard_knowledge_js v0.1.0 (/tmp/renovate/repos/github/gulfofmaine/standard_knowledge/js)`
versions that meet the requirements `^2.1` are: 2.2.0, 2.1.1, 2.1.0

all possible versions conflict with previously selected packages.

  previously selected package `icu_normalizer v2.0.0`
    ... which satisfies dependency `icu_normalizer = "^2"` (locked to 2.0.0) of package `idna_adapter v1.2.1`
    ... which satisfies dependency `idna_adapter = "^1"` (locked to 1.2.1) of package `idna v1.0.3`
    ... which satisfies dependency `idna = "^1.0.3"` (locked to 1.0.3) of package `url v2.5.4`
    ... which satisfies dependency `url = "^2.4"` (locked to 2.5.4) of package `reqwest v0.13.1`
    ... which satisfies dependency `reqwest = "^0.13"` (locked to 0.13.1) of package `standard_knowledge_cli v0.1.0 (/tmp/renovate/repos/github/gulfofmaine/standard_knowledge/cli)`

failed to select a version for `icu_normalizer` which could resolve this conflict

@renovate renovate Bot changed the title Update Rust crate indicium to v0.6.8 Update Rust crate indicium to v0.6.9 Apr 25, 2026
@abkfenris abkfenris closed this Jun 19, 2026
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