From c421a284e9b8d13116fe7dff4ad8fdba1fec91ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 09:17:20 +0000 Subject: [PATCH] Update rodio digest to 685e057 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6e66893..bb10149 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ mime = "0.3.17" path = { path = "crates/path" } perf = { path = "tooling/perf" } refineable = { path = "crates/refineable" } -rodio = { git = "https://github.com/RustAudio/rodio", rev = "e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a", features = ["wav", "playback", "wav_output", "recording"] } +rodio = { git = "https://github.com/RustAudio/rodio", rev = "685e05765c2aff8fbb51e32cda5b18428d09ffbe", features = ["wav", "playback", "wav_output", "recording"] } scheduler = { path = "crates/scheduler" } sum_tree = { path = "crates/sum_tree" } util = { path = "crates/util" }