From cf26289f2da0240023a40acaefd30f35ef829c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 05:06:42 +0000 Subject: [PATCH] Bump rodio from 0.13.1 to 0.15.0 Bumps [rodio](https://github.com/RustAudio/rodio) from 0.13.1 to 0.15.0. - [Release notes](https://github.com/RustAudio/rodio/releases) - [Changelog](https://github.com/RustAudio/rodio/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustAudio/rodio/commits) --- updated-dependencies: - dependency-name: rodio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ferrous-native/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d938c4c..ede75f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1578,9 +1578,9 @@ checksum = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac" [[package]] name = "rodio" -version = "0.13.1" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b65c2eda643191f6d1bb12ea323a9db8d9ba95374e9be3780b5a9fb5cfb8520f" +checksum = "ec0939e9f626e6c6f1989adb6226a039c855ca483053f0ee7c98b90e41cf731e" dependencies = [ "claxon", "cpal", diff --git a/ferrous-native/Cargo.toml b/ferrous-native/Cargo.toml index f8bdddd..81f9cda 100644 --- a/ferrous-native/Cargo.toml +++ b/ferrous-native/Cargo.toml @@ -11,5 +11,5 @@ imgui-glium-renderer = "0.7.0" imgui-memory-editor = { git = "https://github.com/NightShade256/rust-imgui-memory-editor" } imgui-winit-support = "0.7.0" nfd2 = "0.3.0" -rodio = "0.13.1" +rodio = "0.15.0" serde_json = "1.0.67"