1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-13 10:25:33 +00:00

build(deps): update rust crate gethostname to 0.3.0

This commit is contained in:
renovate[bot] 2022-10-09 20:11:52 +00:00
parent 0345e2ecde
commit 1327edb908
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -883,9 +883,9 @@ dependencies = [
[[package]] [[package]]
name = "gethostname" name = "gethostname"
version = "0.2.3" version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" checksum = "bb65d4ba3173c56a500b555b532f72c42e8d1fe64962b518897f8959fae2c177"
dependencies = [ dependencies = [
"libc", "libc",
"winapi", "winapi",

View File

@ -40,7 +40,7 @@ clap = { version = "4.0.11", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.0.2" clap_complete = "4.0.2"
dirs-next = "2.0.0" dirs-next = "2.0.0"
dunce = "1.0.3" dunce = "1.0.3"
gethostname = "0.2.3" gethostname = "0.3.0"
# Addresses https://github.com/starship/starship/issues/4251 # Addresses https://github.com/starship/starship/issues/4251
git-features = { version = "0.22.6", features = ["fs-walkdir-single-threaded"] } git-features = { version = "0.22.6", features = ["fs-walkdir-single-threaded"] }
git-repository = "0.24.0" git-repository = "0.24.0"