From d084a0daff5adacb0b00a3acc52fb38242f74155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 19:53:16 +0000 Subject: [PATCH] Bump log from 0.4.25 to 0.4.27 (#1370) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4411cae1..b858b081 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1098,9 +1098,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.25" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" +checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" [[package]] name = "logos" diff --git a/Cargo.toml b/Cargo.toml index 940222f0..b638ec40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ crossbeam-channel = "0.5.14" dirs = "6.0.0" expect-test = "1.5.1" itertools = "0.13.0" -log = "0.4.25" +log = "0.4.27" notify = "8.0.0" notify-debouncer-full = "0.5.0" once_cell = "1.21.3"