From 4ffec27f04cb7dc5d9f3e72b720a1a38f866dda8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 00:23:30 +0000 Subject: [PATCH] Update cpal requirement from 0.15.2 to 0.17.3 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.2...v0.17.3) --- updated-dependencies: - dependency-name: cpal dependency-version: 0.17.3 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 6a8ae7b..2bc10ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cpal = "0.15.2" +cpal = "0.17.3" ringbuf = "0.4.1" hound = { version = "3.5.0", optional = true } symphonia = { version = "0.5.3", features = ["mp3"] }