mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
build(deps): update rust crate log to 0.4.27 (#6653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+2
-2
@@ -1999,9 +1999,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "log"
|
name = "log"
|
||||||
version = "0.4.26"
|
version = "0.4.27"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
|
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mac-notification-sys"
|
name = "mac-notification-sys"
|
||||||
|
|||||||
+1
-1
@@ -53,7 +53,7 @@ gix = { version = "0.70.0", default-features = false, features = ["max-performan
|
|||||||
gix-features = { version = "0.40.0", optional = true }
|
gix-features = { version = "0.40.0", optional = true }
|
||||||
indexmap = { version = "2.8.0", features = ["serde"] }
|
indexmap = { version = "2.8.0", features = ["serde"] }
|
||||||
jsonc-parser = { version = "0.26.2", features = ["serde"] }
|
jsonc-parser = { version = "0.26.2", features = ["serde"] }
|
||||||
log = { version = "0.4.26", features = ["std"] }
|
log = { version = "0.4.27", features = ["std"] }
|
||||||
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix
|
# 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
|
# see: https://github.com/NixOS/nixpkgs/issues/160876
|
||||||
notify-rust = { version = "4.11.5", optional = true }
|
notify-rust = { version = "4.11.5", optional = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user