build(deps): update rust crate log to 0.4.17

This commit is contained in:
renovate[bot] 2022-10-04 21:27:11 +00:00
parent b1571b1007
commit 6c394c1ea9
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ git-features = { version = "0.22.6", features = ["fs-walkdir-single-threaded"] }
git-repository = "0.24.0" git-repository = "0.24.0"
indexmap = { version = "1.9.1", features = ["serde"] } indexmap = { version = "1.9.1", features = ["serde"] }
local_ipaddress = "0.1.3" 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 # 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 # see: https://github.com/NixOS/nixpkgs/issues/160876
notify-rust = { version = "4.5.10", optional = true } notify-rust = { version = "4.5.10", optional = true }