From ae2f8450b71900646655d87f0142354d3a7420c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 05:02:14 +0000 Subject: [PATCH] build(deps): bump rodio from 0.17.1 to 0.17.3 Bumps [rodio](https://github.com/RustAudio/rodio) from 0.17.1 to 0.17.3. - [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-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f036cc..577df1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,9 +647,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "rodio" -version = "0.17.1" +version = "0.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa" +checksum = "3b1bb7b48ee48471f55da122c0044fcc7600cfcc85db88240b89cb832935e611" dependencies = [ "claxon", "cpal", diff --git a/Cargo.toml b/Cargo.toml index c55e763..eb56d33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["music", "musictheory", "harmony", "audio", "sound"] [dependencies] apres = "0.3.4" -rodio = { version = "0.17.1", optional = true} +rodio = { version = "0.17.3", optional = true} regex = "1.10.1" ordered-float = { version = "4.2.0", optional = true} byteorder = { version = "1.5.0", optional = true}