mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-01-28 01:28:33 +00:00
build: bump gethostname from 0.2.2 to 0.2.3 (#3748)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a10e24b205
commit
848bf693a4
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -655,9 +655,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gethostname"
|
name = "gethostname"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4addc164932852d066774c405dbbdb7914742d2b39e39e1a7ca949c856d054d1"
|
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"winapi",
|
"winapi",
|
||||||
|
@ -40,7 +40,7 @@ clap = { version = "3.1.6", features = ["derive", "cargo", "unicode"] }
|
|||||||
clap_complete = "3.1.1"
|
clap_complete = "3.1.1"
|
||||||
directories-next = "2.0.0"
|
directories-next = "2.0.0"
|
||||||
dunce = "1.0.2"
|
dunce = "1.0.2"
|
||||||
gethostname = "0.2.2"
|
gethostname = "0.2.3"
|
||||||
git2 = { version = "0.13.25", default-features = false }
|
git2 = { version = "0.13.25", default-features = false }
|
||||||
indexmap = { version = "1.8.0", features = ["serde"] }
|
indexmap = { version = "1.8.0", features = ["serde"] }
|
||||||
local_ipaddress = "0.1.3"
|
local_ipaddress = "0.1.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user