fix: Change to a non-yanked version of the log crate (#6495)

* Change to a non-yanked version of the log crate

* Update lock file only for log
This commit is contained in:
Paul Sanders
2025-01-13 01:59:39 -05:00
committed by GitHub
parent 93c3002f16
commit ed20b1d23b
2 changed files with 3 additions and 145 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ dunce = "1.0.5"
gix = { version = "0.69.1", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.39.1", optional = true }
indexmap = { version = "2.7.0", features = ["serde"] }
log = { version = "0.4.24", features = ["std"] }
log = { version = "0.4.22", 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.4", optional = true }