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.26
This commit is contained in:
Generated
+2
-2
@@ -2001,9 +2001,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.25"
|
||||
version = "0.4.26"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
||||
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
|
||||
|
||||
[[package]]
|
||||
name = "mac-notification-sys"
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@ dunce = "1.0.5"
|
||||
gix = { version = "0.70.0", default-features = false, features = ["max-performance-safe", "revision"] }
|
||||
gix-features = { version = "0.40.0", optional = true }
|
||||
indexmap = { version = "2.7.1", features = ["serde"] }
|
||||
log = { version = "0.4.25", features = ["std"] }
|
||||
log = { version = "0.4.26", 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.5", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user