Skip to content

Commit

Permalink
Bump rodio from 0.17.3 to 0.18.0
Browse files Browse the repository at this point in the history
Bumps [rodio](https://github.com/RustAudio/rodio) from 0.17.3 to 0.18.0.
- [Changelog](https://github.com/RustAudio/rodio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RustAudio/rodio/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 43c0acb commit 3bf520f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ parse_link_header = "0.3"
platform-dirs = "0.3.0"
progress-streams = "1.1.0"
regex = "1"
rodio = { version = "0.17", default-features = false, features = ["vorbis"] }
rodio = { version = "0.18", default-features = false, features = ["vorbis"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde-xml-rs = "0.6"
Expand Down

0 comments on commit 3bf520f

Please sign in to comment.