build(deps): update rust crate log to 0.4.20
This commit is contained in:
parent
639f1fa889
commit
8b9dc95cd5
|
@ -1949,9 +1949,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.19"
|
||||
version = "0.4.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
||||
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
||||
|
||||
[[package]]
|
||||
name = "mac-notification-sys"
|
||||
|
|
|
@ -52,7 +52,7 @@ gethostname = "0.4.3"
|
|||
gix = { version = "0.51.0", default-features = false, features = ["max-performance-safe"] }
|
||||
gix-features = { version = "0.32.1", optional = true }
|
||||
indexmap = { version = "1.9.3", features = ["serde"] }
|
||||
log = { version = "0.4.19", features = ["std"] }
|
||||
log = { version = "0.4.20", 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