Update rodio to 0.17.1 and cpal to 0.15.1 #1191

Inherit upstream fix https://github.com/RustAudio/cpal/pull/648
This commit is contained in:
Federico 2023-03-17 14:57:40 +01:00 committed by GitHub
parent a211ff94c6
commit a50d0d4510
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,8 +43,8 @@ gstreamer-audio = { version = "0.18", optional = true }
glib = { version = "0.15", optional = true }
# Rodio dependencies
rodio = { version = "0.15", optional = true, default-features = false }
cpal = { version = "0.13", optional = true }
rodio = { version = "0.17.1", optional = true, default-features = false }
cpal = { version = "0.15.1", optional = true }
# Container and audio decoder
symphonia = { version = "0.5", default-features = false, features = ["mp3", "ogg", "vorbis"] }