From 78cdfb39f835212714aef04c6d5cfb0ac5ae7e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 23:59:21 +0000 Subject: [PATCH] Bump rppal from 0.14.1 to 0.15.0 Bumps [rppal](https://github.com/golemparts/rppal) from 0.14.1 to 0.15.0. - [Release notes](https://github.com/golemparts/rppal/releases) - [Changelog](https://github.com/golemparts/rppal/blob/master/CHANGELOG.md) - [Commits](https://github.com/golemparts/rppal/compare/0.14.1...0.15.0) --- updated-dependencies: - dependency-name: rppal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- refbox/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3bc44808..a9da311f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3929,9 +3929,9 @@ dependencies = [ [[package]] name = "rppal" -version = "0.14.1" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "612e1a22e21f08a246657c6433fe52b773ae43d07c9ef88ccfc433cc8683caba" +checksum = "815253b59e1b9c89918977155f7a4f39007cfe2b0cc5cf50615f9df275b9453c" dependencies = [ "libc", ] diff --git a/refbox/Cargo.toml b/refbox/Cargo.toml index 17047ee6..e83bbbd4 100644 --- a/refbox/Cargo.toml +++ b/refbox/Cargo.toml @@ -49,7 +49,7 @@ matrix-drawing = { version = "0.1.3", path = "../matrix-drawing"} web-audio-api = { version = "0.34", default-features = false, features = ["cpal"] } [target.'cfg(target_os = "linux")'.dependencies] -rppal = "0.14" +rppal = "0.15" [target.'cfg(windows)'.build-dependencies] winres = "0.1"