From 6c394c1ea97ec6ac1e786831541a860aff85d714 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 21:27:11 +0000 Subject: [PATCH] build(deps): update rust crate log to 0.4.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6319524b..778396aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ git-features = { version = "0.22.6", features = ["fs-walkdir-single-threaded"] } git-repository = "0.24.0" indexmap = { version = "1.9.1", features = ["serde"] } local_ipaddress = "0.1.3" -log = { version = "0.4.16", features = ["std"] } +log = { version = "0.4.17", features = ["std"] } # nofity-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.5.10", optional = true }