build(deps): update rust crate log to 0.4.17
This commit is contained in:
parent
b1571b1007
commit
6c394c1ea9
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue