From e695d936055fb013b5e79682d188feaac1747319 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:32:40 +0000 Subject: [PATCH] build(deps): update rust crate log to 0.4.25 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cb199b7..2a165e94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1979,9 +1979,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.22" +version = "0.4.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" [[package]] name = "mac-notification-sys" diff --git a/Cargo.toml b/Cargo.toml index 41004e62..589e2c1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ dunce = "1.0.5" gix = { version = "0.69.1", default-features = false, features = ["max-performance-safe", "revision"] } gix-features = { version = "0.39.1", optional = true } indexmap = { version = "2.7.0", features = ["serde"] } -log = { version = "0.4.22", features = ["std"] } +log = { version = "0.4.25", features = ["std"] } # notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix # see: https://github.com/NixOS/nixpkgs/issues/160876 notify-rust = { version = "4.11.4", optional = true }