From 6aa5d2062f9dd44f5abc76e8f0c680a285baef41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 23:22:44 +0000 Subject: [PATCH] chore(deps): update cpal requirement from 0.17.3 to 0.18.1 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.17.3...v0.18.1) --- updated-dependencies: - dependency-name: cpal dependency-version: 0.18.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 c0fde4b..a7be041 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ anyhow = "1.0.102" arc-swap = "1.9.1" assert_approx_eq = "1.1.0" hound = "3.5.1" -cpal = "0.17.3" +cpal = "0.18.1" criterion = "0.8.2" rand = "0.10.1" ringbuf = "0.5.0"