mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
build(deps): update rust crate log to 0.4.28 (#6947)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+2
-2
@@ -2148,9 +2148,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.27"
|
||||
version = "0.4.28"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
||||
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
||||
|
||||
[[package]]
|
||||
name = "mac-notification-sys"
|
||||
|
||||
+1
-1
@@ -45,7 +45,7 @@ dunce = "1.0.5"
|
||||
gix = { version = "0.73.0", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs", "status"] }
|
||||
indexmap = { version = "2.11.0", features = ["serde"] }
|
||||
jsonc-parser = { version = "0.26.3", features = ["serde"] }
|
||||
log = { version = "0.4.27", features = ["std"] }
|
||||
log = { version = "0.4.28", 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 }
|
||||
|
||||
Reference in New Issue
Block a user