From ea07f85ba2839dac57f77bb4203e2d183589447d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 14:42:29 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.170 to 0.2.171 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.170 to 0.2.171. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.171/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.170...0.2.171) --- 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 55a716a..cb515fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1746,9 +1746,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.170" +version = "0.2.171" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" +checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" [[package]] name = "libcorn" diff --git a/Cargo.toml b/Cargo.toml index 8ba4c40..e490b78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ chrono = { version = "0.4.40", optional = true, default-features = false, featur # keyboard input = { version = "0.9.1", optional = true } evdev-rs = { version = "0.6.1", optional = true } -libc = { version = "0.2.170", optional = true } +libc = { version = "0.2.171", optional = true } # music mpd-utils = { version = "0.2.1", optional = true }