build(deps): bump minimp3 from 0.5.0 to 0.5.1

Bumps [minimp3](https://github.com/germangb/minimp3-rs) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/germangb/minimp3-rs/releases)
- [Commits](https://github.com/germangb/minimp3-rs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-02 17:45:55 +00:00 committed by Mike Welsh
parent 03e69c5c0b
commit 219f4664d6
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -2159,12 +2159,13 @@ checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "minimp3"
version = "0.5.0"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9684a8c55935322fdab159b5d7a6163b33f6e7d32c4a8a54fe53d1bcfad738db"
checksum = "985438f75febf74c392071a975a29641b420dd84431135a6e6db721de4b74372"
dependencies = [
"minimp3-sys",
"slice-deque",
"thiserror",
]
[[package]]

View File

@ -15,7 +15,7 @@ generational-arena = "0.2.8"
gif = "0.11.1"
indexmap = "1.6.1"
log = "0.4"
minimp3 = { version = "0.5.0", optional = true }
minimp3 = { version = "0.5.1", optional = true }
png = { version = "0.16.8" }
puremp3 = { version = "0.1", optional = true }
ruffle_macros = { path = "macros" }