From a62c9b5c0514044af052c8224994e5865f021483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 05:00:46 +0000 Subject: [PATCH] Bump libc from 0.2.141 to 0.2.142 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.141 to 0.2.142. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.141...0.2.142) --- 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 330f8bd..6acafa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1631,9 +1631,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.141" +version = "0.2.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" +checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index 691be36..0088e9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ fern = "0.6" futures = "0.3" ioctl-rs = {version = "0.2", optional = true} lazy_static = "1.3.0" -libc = "0.2.131" +libc = "0.2.142" librespot-core = "0.4.2" librespot-playback = "0.4.2" librespot-protocol = "0.4.2"