mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 10:14:09 +02:00
sync hostname
This commit is contained in:
parent
14817cf422
commit
61261ca227
4 changed files with 26 additions and 5 deletions
18
Cargo.lock
generated
18
Cargo.lock
generated
|
|
@ -694,6 +694,17 @@ dependencies = [
|
|||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "hostname"
|
||||
version = "0.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"match_cfg",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "http"
|
||||
version = "0.2.3"
|
||||
|
|
@ -845,6 +856,12 @@ dependencies = [
|
|||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "match_cfg"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
||||
|
||||
[[package]]
|
||||
name = "matches"
|
||||
version = "0.1.8"
|
||||
|
|
@ -1040,6 +1057,7 @@ dependencies = [
|
|||
"futures-lite",
|
||||
"futures-util",
|
||||
"heim",
|
||||
"hostname",
|
||||
"iai",
|
||||
"once_cell",
|
||||
"parse-display",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue