From 17408b899b72384f033223f8ce421fc002f36105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 04:34:29 +0000 Subject: [PATCH] Bump alsa from 0.6.0 to 0.6.1 Bumps [alsa](https://github.com/diwic/alsa-rs) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/diwic/alsa-rs/releases) - [Commits](https://github.com/diwic/alsa-rs/compare/v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: alsa dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 908b64a..d0463ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,14 +48,14 @@ checksum = "498a34d3cad5f3b23cc217ab489424ebcfffed186e30ad5ac02624e50df2c2b8" [[package]] name = "alsa" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b" +checksum = "f5634739325616a86b999bb65b49e1e502f179596145fd47b60e00b687782cea" dependencies = [ "alsa-sys", "bitflags", "libc", - "nix", + "nix 0.24.2", ] [[package]] @@ -324,7 +324,7 @@ dependencies = [ "mach", "ndk 0.7.0", "ndk-context", - "nix", + "nix 0.23.1", "oboe", "once_cell", "parking_lot", @@ -776,6 +776,17 @@ dependencies = [ "memoffset", ] +[[package]] +name = "nix" +version = "0.24.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc" +dependencies = [ + "bitflags", + "cfg-if", + "libc", +] + [[package]] name = "nom" version = "7.1.1"