Skip to content

Commit

Permalink
Update cubeb requirement from 0.12 to 0.13
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 9a9e15c commit 26eaa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 26eaa79

Please sign in to comment.