Skip to content

Commit eda5934

Browse files
authored
Replace minimp3 with minimp3_fixed witch fixes a vital security flaw (#504)
See https://rustsec.org/packages/slice-deque.html and #456
1 parent 9674ea5 commit eda5934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cpal = "0.15"
1414
claxon = { version = "0.4.2", optional = true }
1515
hound = { version = "3.3.1", optional = true }
1616
lewton = { version = "0.10", optional = true }
17-
minimp3 = { version = "0.5.0", optional = true }
17+
minimp3_fixed = { version = "0.5.4", optional = true}
1818
symphonia = { version = "0.5.2", optional = true, default-features = false }
1919
crossbeam-channel = { version = "0.5.8", optional = true }
2020

@@ -25,7 +25,7 @@ flac = ["claxon"]
2525
vorbis = ["lewton"]
2626
wav = ["hound"]
2727
mp3 = ["symphonia-mp3"]
28-
minimp3 = ["dep:minimp3"]
28+
minimp3 = ["dep:minimp3_fixed"]
2929
wasm-bindgen = ["cpal/wasm-bindgen"]
3030
symphonia-aac = ["symphonia/aac"]
3131
symphonia-all = ["symphonia-aac", "symphonia-flac", "symphonia-isomp4", "symphonia-mp3", "symphonia-vorbis", "symphonia-wav"]

0 commit comments

Comments
 (0)