mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
build(deps): update rust crate indexmap to 2.1.0
This commit is contained in:
committed by
David Knaack
parent
65c2f3cfb9
commit
bc0d57dda9
+1
-1
@@ -51,7 +51,7 @@ gethostname = "0.4.3"
|
||||
# default feature restriction addresses https://github.com/starship/starship/issues/4251
|
||||
gix = { version = "0.55.2", default-features = false, features = ["max-performance-safe", "revision"] }
|
||||
gix-features = { version = "0.36.0", optional = true }
|
||||
indexmap = { version = "2.0.2", features = ["serde"] }
|
||||
indexmap = { version = "2.1.0", features = ["serde"] }
|
||||
log = { version = "0.4.20", 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