From d0459e814f0c8bc4532d001125b6f3f86a691fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 10:14:18 +0000 Subject: [PATCH] build(deps): Bump harfrust in the cargo-minor group Bumps the cargo-minor group with 1 update: [harfrust](https://github.com/harfbuzz/harfrust). Updates `harfrust` from 0.13.0 to 0.13.2 - [Release notes](https://github.com/harfbuzz/harfrust/releases) - [Changelog](https://github.com/harfbuzz/harfrust/blob/main/CHANGELOG.md) - [Commits](https://github.com/harfbuzz/harfrust/compare/0.13.0...0.13.2) --- updated-dependencies: - dependency-name: harfrust dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/jlreq-conformance/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86e8cba..a0d550e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,9 +59,9 @@ dependencies = [ [[package]] name = "harfrust" -version = "0.13.0" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ddc6e68be24399b1a9d489f71fd43f6954558294882234c90a322b857e10c63" +checksum = "15ad4d35d36fbab3cbcc5f90043a47f6ea4ab0d67760107d482836f755b90b38" dependencies = [ "bitflags", "bytemuck", diff --git a/crates/jlreq-conformance/Cargo.toml b/crates/jlreq-conformance/Cargo.toml index 171b9b1..8fac9a0 100644 --- a/crates/jlreq-conformance/Cargo.toml +++ b/crates/jlreq-conformance/Cargo.toml @@ -46,7 +46,7 @@ jlreq = { version = "0.1.0", path = "../jlreq" } serde_json = "1.0" [dev-dependencies] -harfrust = "=0.13.0" +harfrust = "=0.13.2" icu_segmenter = "=2.1.2" [lints]