From aa62574733fdc78b95d86d74a77bbbd7261116aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:29:09 +0000 Subject: [PATCH] build(deps): bump log in the rust-dependencies group Bumps the rust-dependencies group with 1 update: [log](https://github.com/rust-lang/log). 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: log 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 7c9804d9e..17bd7fd46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 6469c4e5e..61c9709e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ input = { version = "0.9.1", features = ["libinput_1_21"] } keyframe = { version = "1.1.1", default-features = false } libc = "0.2.169" 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"