From d0ac40b912e6190c3134c4a5bce5c0375eb14426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:48:18 +0000 Subject: [PATCH] deps: Update cpal requirement from 0.15 to 0.17 Updates the requirements on [cpal](https://github.com/RustAudio/cpal) to permit the latest version. - [Release notes](https://github.com/RustAudio/cpal/releases) - [Changelog](https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustAudio/cpal/compare/v0.15.0...v0.17.1) --- updated-dependencies: - dependency-name: cpal dependency-version: 0.17.1 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 1a0a8b7..2b8626c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ pyo3 = { version = "0.27", features = ["auto-initialize"], optional = true } # Audio rodio = { version = "0.19", features = ["symphonia-all"] } -cpal = "0.15" +cpal = "0.17" # Animation gltf = "1.4"