Skip to content

Bump cpal from 0.17.1 to 0.17.2#179

Merged
vmarcella merged 1 commit into
mainfrom
dependabot/cargo/cpal-0.17.2
Feb 9, 2026
Merged

Bump cpal from 0.17.1 to 0.17.2#179
vmarcella merged 1 commit into
mainfrom
dependabot/cargo/cpal-0.17.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 9, 2026

Copy link
Copy Markdown
Contributor

Bumps cpal from 0.17.1 to 0.17.2.

Release notes

Sourced from cpal's releases.

cpal 0.17.2

Added

  • DeviceBusy error variant for retriable device access errors (EBUSY, EAGAIN).
  • ALSA: Debug implementations for Host, Device, Stream, and internal types.
  • ALSA: Example demonstrating ALSA error suppression during enumeration.
  • WASAPI: Enable as-necessary resampling in the WASAPI server process.

Changed

  • Bump overall MSRV to 1.78.
  • ALSA: Update alsa dependency to 0.11.
  • ALSA: Bump MSRV to 1.82.
  • CoreAudio: Update core-audio-rs dependency to 0.14.

Fixed

  • ALSA: Enumerating input and output devices no longer interferes with each other.
  • ALSA: Device handles are no longer exclusively held between operations.
  • ALSA: Reduce Valgrind memory leak reports from ALSA global configuration cache.
  • ALSA: Fix possible race condition on drop.
  • ALSA: Fix audio callback stalling when start threshold is not met.
Changelog

Sourced from cpal's changelog.

[0.17.2] - 2026-02-08

Added

  • DeviceBusy error variant for retriable device access errors (EBUSY, EAGAIN).
  • ALSA: Debug implementations for Host, Device, Stream, and internal types.
  • ALSA: Example demonstrating ALSA error suppression during enumeration.
  • WASAPI: Enable as-necessary resampling in the WASAPI server process.

Changed

  • Bump overall MSRV to 1.78.
  • ALSA: Update alsa dependency to 0.11.
  • ALSA: Bump MSRV to 1.82.
  • CoreAudio: Update core-audio-rs dependency to 0.14.

Fixed

  • ALSA: Enumerating input and output devices no longer interferes with each other.
  • ALSA: Device handles are no longer exclusively held between operations.
  • ALSA: Reduce Valgrind memory leak reports from ALSA global configuration cache.
  • ALSA: Fix possible race condition on drop.
  • ALSA: Fix audio callback stalling when start threshold is not met.
Commits
  • 5cceb49 chore: prepare for v0.17.2 release
  • 0bd7fce refactor: simplify asio check
  • e7ac140 chore: update coreaudio-rs to 0.14
  • 906f3ff refactor: fix clippy lints
  • 0e0858e fix(alsa): stalling callbacks when start threshold is not met
  • 6627959 feat(wasapi): enable resampling when necessary (#1097)
  • 8cc1006 docs: update changelog
  • 8184010 fix(alsa): safe join on Drop (#1098)
  • 313354a feat(alsa): add native dsd support (#1078)
  • d2bdd53 alsa: update to alsa-rs 0.11 and fix device access issues (#1085)
  • See full diff in compare view

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 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)

Bumps [cpal](https://github.com/RustAudio/cpal) from 0.17.1 to 0.17.2.
- [Release notes](https://github.com/RustAudio/cpal/releases)
- [Changelog](https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md)
- [Commits](RustAudio/cpal@v0.17.1...v0.17.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 9, 2026
@github-actions

github-actions Bot commented Feb 9, 2026

Copy link
Copy Markdown

✅ Coverage Report

📊 View Full HTML Report (download artifact)

Overall Coverage

Metric Value
Total Line Coverage 78.02%
Lines Covered 10049 / 12880

No Rust files changed in this PR.


Generated by cargo-llvm-cov · Latest main coverage

Last updated: 2026-02-09 11:01:45 UTC · Commit: 1561526

@vmarcella vmarcella merged commit e115036 into main Feb 9, 2026
10 checks passed
@vmarcella vmarcella deleted the dependabot/cargo/cpal-0.17.2 branch February 9, 2026 19:49
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant