From fcb650918afa0ca488bbacf1e77b06d158e5fa55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 03:26:39 +0000 Subject: [PATCH] build(deps): bump rodio from 0.17.2 to 0.17.3 Bumps [rodio](https://github.com/RustAudio/rodio) from 0.17.2 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 c3b3fc3b..8fd30c1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2753,9 +2753,9 @@ dependencies = [ [[package]] name = "rodio" -version = "0.17.2" +version = "0.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79a48a12b54a6db15f566f5edfcd498eafa07ed98defdb3660e28ab8b0231d35" +checksum = "3b1bb7b48ee48471f55da122c0044fcc7600cfcc85db88240b89cb832935e611" dependencies = [ "cpal", "symphonia", diff --git a/Cargo.toml b/Cargo.toml index 7486d40f..78cea173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ plotters-iced = "0.9.0" maxminddb = "0.23.0" confy = "0.5.1" serde = { version = "1.0.188", default_features = false, features = ["derive"] } -rodio = { version = "0.17.2", default_features = false, features = ["mp3"] } +rodio = { version = "0.17.3", default_features = false, features = ["mp3"] } dns-lookup = "2.0.4" [target.'cfg(not(target_arch = "powerpc64"))'.dependencies]