From e1e92b21cdce00349de69e24c9a79efd40faa922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:29:30 +0000 Subject: [PATCH] Bump rodio from 0.17.3 to 0.18.0 Bumps [rodio](https://github.com/RustAudio/rodio) from 0.17.3 to 0.18.0. - [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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c12192..fae1786 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3439,15 +3439,16 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "rodio" -version = "0.17.3" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b1bb7b48ee48471f55da122c0044fcc7600cfcc85db88240b89cb832935e611" +checksum = "16e3ea3fb0b6a1837445e29e36971b101c154920791113ff860768a68a0b1cad" dependencies = [ "claxon", "cpal", "hound", "lewton", "symphonia", + "thiserror", ] [[package]]