From e6dd7267a7c8eb2fb8f42ea74926b0277a4efd98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:25:11 +0000 Subject: [PATCH] chore(deps): update rubato requirement from 0.15.0 to 0.16.2 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/v0.15.0...v0.16.2) --- updated-dependencies: - dependency-name: rubato dependency-version: 0.16.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- candle-examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candle-examples/Cargo.toml b/candle-examples/Cargo.toml index e262cd9b..f7871f7e 100644 --- a/candle-examples/Cargo.toml +++ b/candle-examples/Cargo.toml @@ -32,7 +32,7 @@ pyo3 = { version = "0.22.0", features = [ "abi3-py311", ], optional = true } rayon = { workspace = true } -rubato = { version = "0.15.0", optional = true } +rubato = { version = "0.16.2", optional = true } safetensors = { workspace = true } serde = { workspace = true } serde_json = { workspace = true }