From f4c708862ce3e16805a40c00eb567681ab294e78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 01:51:12 +0000 Subject: [PATCH] build(deps): update rust crate log to 0.4.22 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 607bddca..a60bff3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1761,9 +1761,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "mac-notification-sys" diff --git a/Cargo.toml b/Cargo.toml index f8cc6e3c..7195d493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ gethostname = "0.4.3" gix = { version = "0.63.0", default-features = false, features = ["max-performance-safe", "revision"] } gix-features = { version = "0.38.2", optional = true } indexmap = { version = "2.2.6", features = ["serde"] } -log = { version = "0.4.21", features = ["std"] } +log = { version = "0.4.22", 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.0", optional = true }