From 6c510a5287aca23331688c8fc075aeb3d1ab2eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 18:43:18 +0000 Subject: [PATCH] chore(deps): update silero requirement from 0.3 to 0.4 Updates the requirements on [silero](https://github.com/Findit-AI/silero) to permit the latest version. - [Changelog](https://github.com/Findit-AI/silero/blob/main/CHANGELOG.md) - [Commits](https://github.com/Findit-AI/silero/commits) --- updated-dependencies: - dependency-name: silero dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40f8eba..3470db7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -211,7 +211,7 @@ rustix = { version = "1", features = ["fs"] } # examples do not depend on it, so a clean checkout can build # without it. Enable via `--features silero-vad`. [dependencies.silero] -version = "0.3" +version = "0.4" optional = true # `serde` impls for the public `*Options` / `*Config` types so