Skip to content

Commit

Permalink
Bump web-audio-api from 0.34.0 to 0.37.0
Browse files Browse the repository at this point in the history
Bumps [web-audio-api](https://github.com/orottier/web-audio-api-rs) from 0.34.0 to 0.37.0.
- [Changelog](https://github.com/orottier/web-audio-api-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/orottier/web-audio-api-rs/commits)

---
updated-dependencies:
- dependency-name: web-audio-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 9a00be4 commit 4d0d3fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion refbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tokio-serial = "5"
toml = "0.8"
uwh-common = { version = "0.1.3", path = "../uwh-common"}
matrix-drawing = { version = "0.1.3", path = "../matrix-drawing"}
web-audio-api = { version = "0.34", default-features = false, features = ["cpal"] }
web-audio-api = { version = "0.37", default-features = false, features = ["cpal"] }

[target.'cfg(target_os = "linux")'.dependencies]
rppal = "0.14"
Expand Down

0 comments on commit 4d0d3fc

Please sign in to comment.