Skip to content

Commit 1561526

Browse files
Bump cpal from 0.17.1 to 0.17.2
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] <support@github.com>
1 parent a3ce973 commit 1561526

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

Cargo.lock

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lambda-rs-platform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ obj-rs = "=0.7.4"
2222
wgpu = { version = "=28.0.0", optional = true, features = ["wgsl", "spirv"] }
2323
pollster = { version = "=0.4.0", optional = true }
2424
lambda-rs-logging = { path = "../lambda-rs-logging", version = "2023.1.30" }
25-
cpal = { version = "=0.17.1", optional = true }
25+
cpal = { version = "=0.17.2", optional = true }
2626
symphonia = { version = "=0.5.5", optional = true, default-features = false, features = [
2727
"ogg",
2828
"vorbis",

0 commit comments

Comments
 (0)