From 9f9c4a99af203366b426192160de528bfb065d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 08:19:30 +0000 Subject: build(deps): bump libc in the rust-dependencies group Bumps the rust-dependencies group with 1 update: [libc](https://github.com/rust-lang/libc). Updates `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 dependency-group: rust-dependencies ... 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 26f73947..0a9fe5ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1940,9 +1940,9 @@ dependencies = [ [[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 = "libdisplay-info" diff --git a/Cargo.toml b/Cargo.toml index 7ec95975..8f224fdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ git-version = "0.3.9" glam = "0.30.0" input = { version = "0.9.1", features = ["libinput_1_21"] } keyframe = { version = "1.1.1", default-features = false } -libc = "0.2.170" +libc = "0.2.171" libdisplay-info = "0.2.2" log = { version = "0.4.26", features = ["max_level_trace", "release_max_level_debug"] } niri-config = { version = "25.2.0", path = "niri-config" } -- cgit