Skip to content

Commit

Permalink
Bump rodio from 0.18.1 to 0.19.0
Browse files Browse the repository at this point in the history
Bumps [rodio](https://github.com/RustAudio/rodio) from 0.18.1 to 0.19.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 Jul 1, 2024
1 parent 0758721 commit d78c532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 @@ -47,7 +47,7 @@ plotters-iced = "0.10.0"
maxminddb = "0.24.0"
confy = "0.6.1"
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
rodio = { version = "0.18.1", default-features = false, features = ["mp3"] }
rodio = { version = "0.19.0", default-features = false, features = ["mp3"] }
dns-lookup = "2.0.4"
toml = "0.8.14"
once_cell = "1.19.0"
Expand Down

0 comments on commit d78c532

Please sign in to comment.