Skip to content

Commit dd703f3

Browse files
build(deps): bump cpal from 0.16.0 to 0.17.0
Bumps [cpal](https://github.com/RustAudio/cpal) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/RustAudio/cpal/releases) - [Changelog](https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md) - [Commits](RustAudio/cpal@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: cpal dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 64193a5 commit dd703f3

File tree

2 files changed

+42
-43
lines changed

2 files changed

+42
-43
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ naga = { version = "26.0.0", features = ["wgsl-out"] }
5555
wgpu = "26.0.1"
5656
egui = { git = "https://github.com/emilk/egui.git", branch = "main" }
5757
clap = { version = "4.5.53", features = ["derive"] }
58-
cpal = "0.16.0"
58+
cpal = "0.17.0"
5959
anyhow = "1.0"
6060
gc-arena = { git = "https://github.com/kyren/gc-arena.git", rev = "08e08414249d5914dfc3b402d7eadc133e00ce56" }
6161
slotmap = "1.1.1"

0 commit comments

Comments
 (0)