diff --git a/Cargo.toml b/Cargo.toml index 61abd7f..a3a8eb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://git.exvacuum.dev/bevy_rustysynth" [dependencies] rustysynth = "1.3" -itertools = "0.13" +itertools = "0.14" async-channel = "2.3" rodio = "0.20"