From 20fb8532a5d926a2954fd5332918d3baca7e4baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 02:07:48 +0000 Subject: [PATCH] Bump indicium from 0.6.9 to 0.6.10 Bumps [indicium](https://github.com/leontoeides/indicium) from 0.6.9 to 0.6.10. - [Release notes](https://github.com/leontoeides/indicium/releases) - [Changelog](https://github.com/leontoeides/indicium/blob/main/CHANGELOG.md) - [Commits](https://github.com/leontoeides/indicium/compare/v0.6.9...v0.6.10) --- updated-dependencies: - dependency-name: indicium dependency-version: 0.6.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1aa671..2f8a6dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -783,9 +783,9 @@ dependencies = [ [[package]] name = "indicium" -version = "0.6.9" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20e0ca7d36f589435a8aa8dd41c305d38656eb3dff7416fc5ecfd35819115e4d" +checksum = "dc45c34e11d393567d079ab1986795cd787c23f02d47780605e1ff360100d789" dependencies = [ "beef", "icu_normalizer",