build(deps): update rust crate log to 0.4.18
This commit is contained in:
parent
3abc3145bf
commit
5243407d41
|
@ -1837,12 +1837,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.17"
|
||||
version = "0.4.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
]
|
||||
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
|
||||
|
||||
[[package]]
|
||||
name = "mac-notification-sys"
|
||||
|
|
|
@ -52,7 +52,7 @@ gethostname = "0.4.3"
|
|||
gix = { version = "0.44.1", default-features = false, features = ["max-performance-safe"] }
|
||||
gix-features = { version = "0.29.0", optional = true }
|
||||
indexmap = { version = "1.9.3", features = ["serde"] }
|
||||
log = { version = "0.4.17", features = ["std"] }
|
||||
log = { version = "0.4.18", 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.8.0", optional = true }
|
||||
|
|
Loading…
Reference in New Issue