diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-24 10:03:07 +0000 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-02-24 02:33:11 -0800 |
| commit | bac22dfe9f9073486848cfba5692863ed318e225 (patch) | |
| tree | 0bfbaeb3571cf9cc0de4b5bf9c6ab53de9c4e0e9 | |
| parent | bca65452882e1e616045e21a0a9a4a0b7024239b (diff) | |
| download | niri-bac22dfe9f9073486848cfba5692863ed318e225.tar.gz niri-bac22dfe9f9073486848cfba5692863ed318e225.tar.bz2 niri-bac22dfe9f9073486848cfba5692863ed318e225.zip | |
build(deps): bump the rust-dependencies group across 1 directory with 2 updates
Bumps the rust-dependencies group with 2 updates in the / directory: [libc](https://github.com/rust-lang/libc) and [log](https://github.com/rust-lang/log).
Updates `libc` from 0.2.169 to 0.2.170
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.170/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.169...0.2.170)
Updates `log` from 0.4.25 to 0.4.26
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.25...0.4.26)
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: rust-dependencies
- dependency-name: log
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.lock | 8 | ||||
| -rw-r--r-- | Cargo.toml | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1925,9 +1925,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.169" +version = "0.2.170" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" +checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" [[package]] name = "libdisplay-info" @@ -2072,9 +2072,9 @@ checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" [[package]] name = "log" -version = "0.4.25" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "loom" @@ -67,9 +67,9 @@ 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.169" +libc = "0.2.170" libdisplay-info = "0.2.2" -log = { version = "0.4.25", features = ["max_level_trace", "release_max_level_debug"] } +log = { version = "0.4.26", features = ["max_level_trace", "release_max_level_debug"] } niri-config = { version = "25.2.0", path = "niri-config" } niri-ipc = { version = "25.2.0", path = "niri-ipc", features = ["clap"] } ordered-float = "5.0.0" |
