Skip to content

Commit 26eaa79

Browse files
Update cubeb requirement from 0.12 to 0.13
Updates the requirements on [cubeb](https://github.com/mozilla/cubeb-rs) to permit the latest version. - [Commits](https://github.com/mozilla/cubeb-rs/commits) --- updated-dependencies: - dependency-name: cubeb dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a9e15c commit 26eaa79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ arrayvec = "0.7"
2323
cpal = { version = "0.15", optional = true }
2424
creek = "1.2"
2525
crossbeam-channel = "0.5"
26-
cubeb = { version = "0.12", optional = true }
26+
cubeb = { version = "0.13", optional = true }
2727
dasp_sample = "0.11"
2828
float_eq = "1.0"
2929
futures-channel = { version = "0.3.30", features = ["sink"] }

0 commit comments

Comments
 (0)