build(deps): update rust crate log to 0.4.19 (#5240)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-12 19:00:17 +02:00 committed by GitHub
parent 515f1862b8
commit ca74c47702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1893,9 +1893,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.18"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
[[package]]
name = "mac-notification-sys"

View File

@ -52,7 +52,7 @@ gethostname = "0.4.3"
gix = { version = "0.46.0", default-features = false, features = ["max-performance-safe"] }
gix-features = { version = "0.30.0", optional = true }
indexmap = { version = "1.9.3", features = ["serde"] }
log = { version = "0.4.18", features = ["std"] }
log = { version = "0.4.19", 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 }