Commit e115036
authored
deps(lambda-rs-platform): Bump cpal from 0.17.1 to 0.17.2 (#179)
Bumps [cpal](https://github.com/RustAudio/cpal) from 0.17.1 to 0.17.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/RustAudio/cpal/releases">cpal's
releases</a>.</em></p>
<blockquote>
<h2>cpal 0.17.2</h2>
<h3>Added</h3>
<ul>
<li><code>DeviceBusy</code> error variant for retriable device access
errors (<code>EBUSY</code>, <code>EAGAIN</code>).</li>
<li><strong>ALSA</strong>: <code>Debug</code> implementations for
<code>Host</code>, <code>Device</code>, <code>Stream</code>, and
internal types.</li>
<li><strong>ALSA</strong>: Example demonstrating ALSA error suppression
during enumeration.</li>
<li><strong>WASAPI</strong>: Enable as-necessary resampling in the
WASAPI server process.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Bump overall MSRV to 1.78.</li>
<li><strong>ALSA</strong>: Update <code>alsa</code> dependency to
0.11.</li>
<li><strong>ALSA</strong>: Bump MSRV to 1.82.</li>
<li><strong>CoreAudio</strong>: Update <code>core-audio-rs</code>
dependency to 0.14.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><strong>ALSA</strong>: Enumerating input and output devices no
longer interferes with each other.</li>
<li><strong>ALSA</strong>: Device handles are no longer exclusively held
between operations.</li>
<li><strong>ALSA</strong>: Reduce Valgrind memory leak reports from ALSA
global configuration cache.</li>
<li><strong>ALSA</strong>: Fix possible race condition on drop.</li>
<li><strong>ALSA</strong>: Fix audio callback stalling when start
threshold is not met.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md">cpal's
changelog</a>.</em></p>
<blockquote>
<h2>[0.17.2] - 2026-02-08</h2>
<h3>Added</h3>
<ul>
<li><code>DeviceBusy</code> error variant for retriable device access
errors (EBUSY, EAGAIN).</li>
<li><strong>ALSA</strong>: <code>Debug</code> implementations for
<code>Host</code>, <code>Device</code>, <code>Stream</code>, and
internal types.</li>
<li><strong>ALSA</strong>: Example demonstrating ALSA error suppression
during enumeration.</li>
<li><strong>WASAPI</strong>: Enable as-necessary resampling in the
WASAPI server process.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Bump overall MSRV to 1.78.</li>
<li><strong>ALSA</strong>: Update <code>alsa</code> dependency to
0.11.</li>
<li><strong>ALSA</strong>: Bump MSRV to 1.82.</li>
<li><strong>CoreAudio</strong>: Update <code>core-audio-rs</code>
dependency to 0.14.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><strong>ALSA</strong>: Enumerating input and output devices no
longer interferes with each other.</li>
<li><strong>ALSA</strong>: Device handles are no longer exclusively held
between operations.</li>
<li><strong>ALSA</strong>: Reduce Valgrind memory leak reports from ALSA
global configuration cache.</li>
<li><strong>ALSA</strong>: Fix possible race condition on drop.</li>
<li><strong>ALSA</strong>: Fix audio callback stalling when start
threshold is not met.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/RustAudio/cpal/commit/5cceb49054b46a3a4f1c6a38785bf6fd95203031"><code>5cceb49</code></a>
chore: prepare for v0.17.2 release</li>
<li><a
href="https://github.com/RustAudio/cpal/commit/0bd7fceb619d0cb8385fff3ea52b721203754f03"><code>0bd7fce</code></a>
refactor: simplify asio check</li>
<li><a
href="https://github.com/RustAudio/cpal/commit/e7ac140945f07fc237decd2c32b4e5f57960dd39"><code>e7ac140</code></a>
chore: update coreaudio-rs to 0.14</li>
<li><a
href="https://github.com/RustAudio/cpal/commit/906f3ffb87c7759d62b8e0923d6e0c011a3221f8"><code>906f3ff</code></a>
refactor: fix clippy lints</li>
<li><a
href="https://github.com/RustAudio/cpal/commit/0e0858e3dccf454b567339bfd5c5cc399afac9ca"><code>0e0858e</code></a>
fix(alsa): stalling callbacks when start threshold is not met</li>
<li><a
href="https://github.com/RustAudio/cpal/commit/6627959add25299a4e6077f45eb69721cfaaa14f"><code>6627959</code></a>
feat(wasapi): enable resampling when necessary (<a
href="https://redirect.github.com/RustAudio/cpal/issues/1097">#1097</a>)</li>
<li><a
href="https://github.com/RustAudio/cpal/commit/8cc1006d241eace22f09bf0e3f57034b4e137a14"><code>8cc1006</code></a>
docs: update changelog</li>
<li><a
href="https://github.com/RustAudio/cpal/commit/8184010d129b11febf3f652f1f576aadfbef1c78"><code>8184010</code></a>
fix(alsa): safe join on Drop (<a
href="https://redirect.github.com/RustAudio/cpal/issues/1098">#1098</a>)</li>
<li><a
href="https://github.com/RustAudio/cpal/commit/313354a94dc20eb83f828c43f72bf1bc321bd2a3"><code>313354a</code></a>
feat(alsa): add native dsd support (<a
href="https://redirect.github.com/RustAudio/cpal/issues/1078">#1078</a>)</li>
<li><a
href="https://github.com/RustAudio/cpal/commit/d2bdd53a3956f4ee36a4e5c450acf82f969baf6d"><code>d2bdd53</code></a>
alsa: update to alsa-rs 0.11 and fix device access issues (<a
href="https://redirect.github.com/RustAudio/cpal/issues/1085">#1085</a>)</li>
<li>See full diff in <a
href="https://github.com/RustAudio/cpal/compare/v0.17.1...v0.17.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>2 files changed
+46
-46
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments