From 4e03cc9d5fbf39c7d7cd7bb35ecbbfbaff21011a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:24:38 +0000 Subject: [PATCH] chore(deps): bump libc from 0.2.164 to 0.2.167 in the cargo group Bumps the cargo group with 1 update: [libc](https://github.com/rust-lang/libc). Updates `libc` from 0.2.164 to 0.2.167 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.167/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.164...0.2.167) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... 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 ee738dcd..020f5ceb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2199,9 +2199,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.164" +version = "0.2.167" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" +checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index 5641a419..f2c64cb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ zbus = {version = "5.1.1", default-features = false, features = ["tokio"], optio fern = "0.7" futures = "0.3" ioctl-rs = {version = "0.2", optional = true} -libc = "0.2.164" +libc = "0.2.167" librespot-core = "0.6.0" librespot-oauth = "0.6.0" librespot-playback = "0.6.0"