Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cpal from 0.9.0 to 0.15.3 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps cpal from 0.9.0 to 0.15.3.

Changelog

Sourced from cpal's changelog.

Version 0.15.3 (2024-03-04)

  • Add try_with_sample_rate, a non-panicking variant of with_sample_rate.
  • struct platform::Stream is now #[must_use].
  • enum SupportedBufferSize and struct SupportedStreamConfigRange are now Copy.
  • platform::Device is now Clone.
  • Remove parking_lot dependency in favor of the std library.
  • Fix crash on web/wasm when atomics flag is enabled.
  • Improve Examples: Migrate wasm example to trunk, Improve syth-thones example.
  • Improve CI: Update actions, Use Android 30 API level in CI, Remove asmjs-unknown-emscripten target.
  • Update windows dependency to v0.54
  • Update jni dependency to 0.21
  • Update alsa dependency to 0.9
  • Update oboe dependency to 0.6
  • Update ndk dependency to 0.8 and disable default-features.
  • Update wasm-bindgen to 0.2.89

Version 0.15.2 (2023-03-30)

  • webaudio: support multichannel output streams
  • Update windows dependency
  • wasapi: fix some thread panics

Version 0.15.1 (2023-03-14)

  • Add feature oboe-shared-stdcxx to enable shared-stdcxx on oboe for Android support
  • Remove thiserror dependency
  • Swith mach dependency to mach2

Version 0.15.0 (2023-01-29)

  • Update windows-rs, jack, coreaudio-sys, oboe, alsa dependencies
  • Switch to the dasp_sample crate for the sample trait
  • Switch to web-sys on the emscripten target
  • Adopt edition 2021
  • Add disconnection detection on Mac OS

Version 0.14.1 (2022-10-23)

  • Support the 0.6.1 release of alsa-rs
  • Fix asio feature broken in 0.14.0
  • NetBSD support
  • CI improvements

Version 0.14.0 (2022-08-22)

  • Switch to windows-rs crate
  • Turn ndk-glue into a dev-dependency and use ndk-context instead
  • Update dependencies (ndk, ndk-glue, parking_lot, once_cell, jack)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/cpal-0.15.3 branch from eea7902 to 872d8f9 Compare July 25, 2024 10:41
Bumps [cpal](https://github.com/rustaudio/cpal) from 0.9.0 to 0.15.3.
- [Changelog](https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rustaudio/cpal/commits)

---
updated-dependencies:
- dependency-name: cpal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/cpal-0.15.3 branch from 872d8f9 to 404633a Compare July 30, 2024 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants