From 675176fd868f244496020b5e15753cc8bb7eaf43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:30:24 +0000 Subject: [PATCH] Update cubeb requirement from 0.13 to 0.16 --- updated-dependencies: - dependency-name: cubeb 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 43d407e8..c717adbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ arrayvec = "0.7" cpal = { version = "0.15", optional = true } creek = "1.2" crossbeam-channel = "0.5" -cubeb = { version = "0.13", optional = true } +cubeb = { version = "0.16", optional = true } dasp_sample = "0.11" float_eq = "1.0" futures-channel = { version = "0.3.30", features = ["sink"] }