diff --git a/Cargo.toml b/Cargo.toml index a6f196eb..61677dd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ arrayvec = "0.7" cpal = { version = "0.15", optional = true } creek = "1.2" crossbeam-channel = "0.5" -cubeb = { version = "0.12", optional = true } +cubeb = { version = "0.13", optional = true } dasp_sample = "0.11" float_eq = "1.0" futures-channel = { version = "0.3.30", features = ["sink"] }