build(deps): update rust crate log to 0.4.30

This commit is contained in:
renovate[bot]
2026-05-29 11:49:26 +00:00
committed by GitHub
parent cfd5e7619e
commit 528332ee61
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ dunce = "1.0.5"
gix = { version = "0.83.0", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs", "status", "sha1"] }
indexmap = { version = "2.14.0", features = ["serde"] }
jsonc-parser = { version = "0.32.4", features = ["serde"] }
log = { version = "0.4.29", features = ["std"] }
log = { version = "0.4.30", 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.17.0", optional = true }