From 084be121d06b157c7f7a09aa8c11581de0c92ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 04:10:15 +0000 Subject: [PATCH] Bump libc from 0.2.127 to 0.2.131 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.127 to 0.2.131. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/commits) --- updated-dependencies: - dependency-name: libc 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 c5471f6..cc3958b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1233,9 +1233,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.127" +version = "0.2.131" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b" +checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40" [[package]] name = "libdbus-sys" diff --git a/Cargo.toml b/Cargo.toml index 1479fa5..ad35d91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ fern = "0.6" futures = "0.3" ioctl-rs = {version = "0.2", optional = true} lazy_static = "1.3.0" -libc = "0.2.124" +libc = "0.2.131" librespot-core = "0.4.2" librespot-playback = "0.4.2" librespot-protocol = "0.4.2"