revert: refactor(modules): use whoami crate to get username (#5669)

Revert "refactor(modules): use whoami crate to get username"
This commit is contained in:
David Knaack
2024-01-02 15:45:06 +01:00
committed by GitHub
parent 551b82b66f
commit a83e10776b
4 changed files with 25 additions and 15 deletions
+1 -1
View File
@@ -47,6 +47,7 @@ clap = { version = "4.4.12", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.4.5"
dirs-next = "2.0.0"
dunce = "1.0.4"
gethostname = "0.4.3"
# default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.57.1", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.37.1", optional = true }
@@ -93,7 +94,6 @@ process_control = { version = "4.0.3", features = ["crossbeam-channel"] }
guess_host_triple = "0.1.3"
home = "0.5.9"
shell-words = "1.1.0"
whoami = { version = "1.4.1", default-features = false }
[dependencies.schemars]
version = "0.8.16"