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
|
@ -655,9 +655,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gethostname"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4addc164932852d066774c405dbbdb7914742d2b39e39e1a7ca949c856d054d1"
|
||||
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"winapi",
|
||||
|
|
|
@ -40,7 +40,7 @@ clap = { version = "3.1.6", features = ["derive", "cargo", "unicode"] }
|
|||
clap_complete = "3.1.1"
|
||||
directories-next = "2.0.0"
|
||||
dunce = "1.0.2"
|
||||
gethostname = "0.2.2"
|
||||
gethostname = "0.2.3"
|
||||
git2 = { version = "0.13.25", default-features = false }
|
||||
indexmap = { version = "1.8.0", features = ["serde"] }
|
||||
local_ipaddress = "0.1.3"
|
||||
|
|
Loading…
Reference in New Issue