build(deps): update rust crate log to 0.4.29

This commit is contained in:
renovate[bot]
2025-12-03 03:58:46 +00:00
committed by GitHub
parent f8be6ef568
commit 909ff7a99a
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -1996,9 +1996,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.28"
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "mac-notification-sys"
+1 -1
View File
@@ -45,7 +45,7 @@ dunce = "1.0.5"
gix = { version = "0.75.0", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs", "status"] }
indexmap = { version = "2.12.1", features = ["serde"] }
jsonc-parser = { version = "0.28.0", features = ["serde"] }
log = { version = "0.4.28", features = ["std"] }
log = { version = "0.4.29", 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.11.7", optional = true }