diff --git a/Cargo.lock b/Cargo.lock index c1187f0..1868063 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -776,7 +776,8 @@ dependencies = [ [[package]] name = "cpal" version = "0.18.1" -source = "git+https://github.com/RustAudio/cpal#e22fb7ecb4800649b7790bcbe8422ca347a62cd0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f77b11176c37874be37e8d691c946e31b2b8c357abce9526f6a99eb469e1028" dependencies = [ "alsa", "block2 0.6.2", @@ -3644,7 +3645,7 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "rodio" version = "0.22.2" -source = "git+https://github.com/arabianq/rodio.git?rev=c6a81b5a46e00a6a682c0c431dff62e86f57d819#c6a81b5a46e00a6a682c0c431dff62e86f57d819" +source = "git+https://github.com/arabianq/rodio.git?rev=4746803c2e5f67004264ac946708d47a9faf510c#4746803c2e5f67004264ac946708d47a9faf510c" dependencies = [ "cpal", "dasp_sample", diff --git a/Cargo.toml b/Cargo.toml index a11e815..91dc824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ rustix = { version = "1.1.4", features = ["process"] } rust-i18n = "4.0.0" sys-locale = "0.3.2" -rodio = { git = "https://github.com/arabianq/rodio.git", rev = "c6a81b5a46e00a6a682c0c431dff62e86f57d819", default-features = false, features = [ +rodio = { git = "https://github.com/arabianq/rodio.git", rev = "4746803c2e5f67004264ac946708d47a9faf510c", default-features = false, features = [ "symphonia-all", "symphonia-libopus", "playback",