Skip to content

Commit

Permalink
Bump rodio from 0.17.0 to 0.17.1
Browse files Browse the repository at this point in the history
Bumps [rodio](https://github.com/RustAudio/rodio) from 0.17.0 to 0.17.1.
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2023
1 parent 6b4ad0d commit 6e7bc8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 99 deletions.
100 changes: 2 additions & 98 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 @@ -36,7 +36,7 @@ plotters-iced = "0.7.0"
maxminddb = "0.23.0"
confy = "0.5.1"
serde = { version = "1.0.152", default_features = false, features = ["derive"] }
rodio = { version = "0.17.0", default_features = false, features = ["mp3"] }
rodio = { version = "0.17.1", default_features = false, features = ["mp3"] }

[dev-dependencies]
rstest = "0.16.0"

0 comments on commit 6e7bc8f

Please sign in to comment.