Skip to content

Commit

Permalink
Bump rodio from 0.16.0 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [rodio](https://github.com/RustAudio/rodio) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/RustAudio/rodio/releases)
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and MCOfficer committed Feb 21, 2023
1 parent b11c769 commit 7682daf
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 98 deletions.
162 changes: 65 additions & 97 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.16", default_features = false, features=["vorbis"] }
rodio = { version="0.17", 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 7682daf

Please sign in to comment.