From 036e66704d4a4716a5846964fdaa0e75508d1403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 09:30:03 +0000 Subject: [PATCH] chore(deps): bump half from 2.4.1 to 2.7.1 in /voice Bumps [half](https://github.com/VoidStarKat/half-rs) from 2.4.1 to 2.7.1. - [Release notes](https://github.com/VoidStarKat/half-rs/releases) - [Changelog](https://github.com/VoidStarKat/half-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/VoidStarKat/half-rs/compare/v2.4.1...v2.7.1) --- updated-dependencies: - dependency-name: half dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- voice/Cargo.lock | 25 +++++++++++++++++++++++-- voice/tts/Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/voice/Cargo.lock b/voice/Cargo.lock index 9ac5d195..333a2211 100644 --- a/voice/Cargo.lock +++ b/voice/Cargo.lock @@ -626,12 +626,13 @@ checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b" [[package]] name = "half" -version = "2.4.1" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" +checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" dependencies = [ "cfg-if", "crunchy", + "zerocopy", ] [[package]] @@ -2242,6 +2243,26 @@ dependencies = [ "synstructure", ] +[[package]] +name = "zerocopy" +version = "0.8.57" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d35102a9f36d089ccae9e4c6802bc118be4487b80aaffc0ab4e0cf5ce92d2873" +dependencies = [ + "zerocopy-derive", +] + +[[package]] +name = "zerocopy-derive" +version = "0.8.57" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "146c01f5ab44258da43cf276c74a2763db2ff3969c9c652c3f2de07041d0b2bc" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.119", +] + [[package]] name = "zerofrom" version = "0.1.8" diff --git a/voice/tts/Cargo.toml b/voice/tts/Cargo.toml index ac87e13e..428be833 100644 --- a/voice/tts/Cargo.toml +++ b/voice/tts/Cargo.toml @@ -20,7 +20,7 @@ piper-rs = "=0.1.2" # MSRV. These are transitive build dependencies of ort-sys/bindgen; newer # releases moved to edition 2024. home = "=0.5.9" -half = "=2.4.1" +half = "=2.7.1" rustls-pki-types = "=1.12.0" zeroize = "=1.8.1" # Version floors that steer the shared voice/Cargo.lock past the vulnerable