aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-12 08:19:30 +0000
committerIvan Molodetskikh <yalterz@gmail.com>2025-03-12 06:34:54 -0700
commit9f9c4a99af203366b426192160de528bfb065d9e (patch)
tree515210be3ec7d75dd495f53af4613407bfc4d6cd
parentb220cdbe7e29d47590147b65a1bfe50f3abeff84 (diff)
downloadniri-9f9c4a99af203366b426192160de528bfb065d9e.tar.gz
niri-9f9c4a99af203366b426192160de528bfb065d9e.tar.bz2
niri-9f9c4a99af203366b426192160de528bfb065d9e.zip
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] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
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" }