From 14eaf7d4a81887f68c6ef85c299b29ccd070d5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:09:04 +0000 Subject: [PATCH] Update cpal requirement from 0.16.0 to 0.17.0 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.16.0...v0.17.0) --- updated-dependencies: - dependency-name: cpal dependency-version: 0.17.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 7dbb853..6db5700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ smallvec = { version = "1.11.1", features = ["serde"] } thiserror = "2.0.3" [dev-dependencies] -cpal = "0.16.0" +cpal = "0.17.0" assert_no_alloc = "1.1.2" [build-dependencies]