From 9590e98fee451eecc9baaadeaff2dc684857192b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 23:50:23 +0000 Subject: [PATCH] Bump rodio from 0.18.0 to 0.18.1 Bumps [rodio](https://github.com/RustAudio/rodio) from 0.18.0 to 0.18.1. - [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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6500ce2..00218e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2988,9 +2988,9 @@ dependencies = [ [[package]] name = "rodio" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16e3ea3fb0b6a1837445e29e36971b101c154920791113ff860768a68a0b1cad" +checksum = "d1fceb9d127d515af1586d8d0cc601e1245bdb0af38e75c865a156290184f5b3" dependencies = [ "cpal", "lewton",