aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }