From 20fd471a320d4362645db409901dcc33bdf53397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 20:54:18 +0000 Subject: [PATCH] chore(deps): bump which from 4.4.2 to 8.0.2 Bumps [which](https://github.com/harryfei/which-rs) from 4.4.2 to 8.0.2. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/4.4.2...8.0.2) --- updated-dependencies: - dependency-name: which dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++++++-- crates/forge-tts-espeak/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6691eac..9ee01a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -724,7 +724,7 @@ dependencies = [ "rustc-hash 1.1.0", "shlex", "syn", - "which", + "which 4.4.2", ] [[package]] @@ -2763,7 +2763,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tracing", - "which", + "which 8.0.2", ] [[package]] @@ -9585,6 +9585,15 @@ dependencies = [ "rustix 0.38.44", ] +[[package]] +name = "which" +version = "8.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81995fafaaaf6ae47a7d0cc83c67caf92aeb7e5331650ae6ff856f7c0c60c459" +dependencies = [ + "libc", +] + [[package]] name = "whoami" version = "2.1.2" diff --git a/crates/forge-tts-espeak/Cargo.toml b/crates/forge-tts-espeak/Cargo.toml index ce89ada..c13aef0 100644 --- a/crates/forge-tts-espeak/Cargo.toml +++ b/crates/forge-tts-espeak/Cargo.toml @@ -16,7 +16,7 @@ tracing = { workspace = true } [dev-dependencies] tokio = { workspace = true, features = ["rt", "macros"] } -which = { version = "4" } +which = { version = "8" } [lints] workspace = true