From 8eeeca3cbf636a63d5da7b76d66bb3461e00415e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 23:22:37 +0000 Subject: [PATCH] chore(deps): update rubato requirement from 3.0.0 to 4.0.0 Updates the requirements on [rubato](https://github.com/HEnquist/rubato) to permit the latest version. - [Release notes](https://github.com/HEnquist/rubato/releases) - [Commits](https://github.com/HEnquist/rubato/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: rubato dependency-version: 4.0.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 c0fde4b..8c89fb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ bitflags = "2.11.1" log = "0.4.30" miniz_oxide = "0.9.1" realfft = {version = "3.5.0", optional = true} -rubato = {version = "3.0.0", optional = true} +rubato = {version = "4.0.0", optional = true} audioadapter-buffers = {version = "3.0.0", optional = true} thiserror = "2.0.18" winnow = "1.0.3"