Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot] 2b05177713 build(deps): update rust crate log to 0.4.32 2026-06-21 18:12:46 +00:00
+1 -1
View File
@@ -45,7 +45,7 @@ gix = { version = "0.84.0", default-features = false, features = ["max-performan
indexmap = { version = "2.14.0", features = ["serde"] }
jiff = { version = "0.2.28", features = ["serde"] }
jsonc-parser = { version = "0.32.4", features = ["serde"] }
log = { version = "0.4.30", features = ["std"] }
log = { version = "0.4.32", 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.18.0", optional = true }