mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
build(deps): update rust crate indexmap to 2.7.1
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ dunce = "1.0.5"
|
||||
# default feature restriction addresses https://github.com/starship/starship/issues/4251
|
||||
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.0", features = ["serde"] }
|
||||
indexmap = { version = "2.7.1", features = ["serde"] }
|
||||
log = { version = "0.4.25", 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
|
||||
|
||||
Reference in New Issue
Block a user