From 87cc49e2462065ad3bac4671a83473acc8a2286f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:24:51 +0000 Subject: [PATCH] Bump libc from 0.2.158 to 0.2.169 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.158 to 0.2.169. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.158...0.2.169) --- 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 +- blocks/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aebf0db..4b55222 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,9 +118,9 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "libc" -version = "0.2.158" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index 4f47e46..101b87e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = ["blocks"] [dependencies] x11 = { version = "2.21.0", features = ["xlib", "xft", "xinerama"] } -libc = "0.2.158" +libc = "0.2.169" yeslogic-fontconfig-sys = "6.0.0" env_logger = "0.11.3" log = "0.4.21" \ No newline at end of file diff --git a/blocks/Cargo.toml b/blocks/Cargo.toml index a129826..9734b31 100644 --- a/blocks/Cargo.toml +++ b/blocks/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libc = "0.2.158" +libc = "0.2.169" x11 = { version = "2.21.0", features = ["xlib"] }