1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-17 10:10:23 +03:00

deps: update hostname to 0.4

This commit is contained in:
Wez Furlong 2024-05-04 17:11:47 -07:00
parent 9fe8daaaa8
commit d22e97dcef
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
5 changed files with 18 additions and 14 deletions

24
Cargo.lock generated
View File

@ -2365,13 +2365,13 @@ dependencies = [
[[package]]
name = "hostname"
version = "0.3.1"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba"
dependencies = [
"cfg-if",
"libc",
"match_cfg",
"winapi",
"windows 0.52.0",
]
[[package]]
@ -3100,12 +3100,6 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
[[package]]
name = "memchr"
version = "2.7.2"
@ -6854,6 +6848,16 @@ dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
dependencies = [
"windows-core 0.52.0",
"windows-targets 0.52.5",
]
[[package]]
name = "windows-core"
version = "0.51.1"

View File

@ -18,7 +18,7 @@ bitflags = "1.3"
colorgrad = "0.6"
dirs-next = "2.0"
enum-display-derive = "0.1"
hostname = "0.3"
hostname = "0.4"
lazy_static = "1.4"
libc = "0.2"
log = "0.4"

View File

@ -19,7 +19,7 @@ downcast-rs = "1.0"
fancy-regex = "0.11"
filedescriptor = { version="0.8", path = "../filedescriptor" }
finl_unicode = "1.2"
hostname = "0.3"
hostname = "0.4"
lazy_static = "1.4"
libc = "0.2"
log = "0.4"

View File

@ -12,7 +12,7 @@ async_ossl = { path = "../async_ossl" }
codec = { path = "../codec" }
config = { path = "../config" }
futures = "0.3"
hostname = "0.3"
hostname = "0.4"
lazy_static = "1.4"
log = "0.4"
mux = { path = "../mux" }

View File

@ -16,7 +16,7 @@ codec = { path = "../codec" }
config = { path = "../config" }
env-bootstrap = { path = "../env-bootstrap" }
filedescriptor = { version="0.8", path = "../filedescriptor" }
hostname = "0.3"
hostname = "0.4"
image = "0.24.6"
libc = "0.2"
log = "0.4"