diff --git a/Cargo.lock b/Cargo.lock index aebf0db..91539e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,9 +118,9 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "libc" -version = "0.2.158" +version = "0.2.162" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" +checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index 4f47e46..6da40e5 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.162" 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..841cef6 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.162" x11 = { version = "2.21.0", features = ["xlib"] }