Skip to content

Commit eded8a4

Browse files
build(deps): bump hostname from 0.4.1 to 0.4.2 (#14787)
Bumps [hostname](https://github.com/djc/hostname) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/djc/hostname/releases) - [Commits](djc/hostname@v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: hostname dependency-version: 0.4.2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8df6aff commit eded8a4

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

Cargo.lock

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ dependencies = [
274274
"iana-time-zone",
275275
"num-traits",
276276
"serde",
277-
"windows-link 0.2.0",
277+
"windows-link",
278278
]
279279

280280
[[package]]
@@ -861,13 +861,13 @@ dependencies = [
861861

862862
[[package]]
863863
name = "hostname"
864-
version = "0.4.1"
864+
version = "0.4.2"
865865
source = "registry+https://github.com/rust-lang/crates.io-index"
866-
checksum = "a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65"
866+
checksum = "617aaa3557aef3810a6369d0a99fac8a080891b68bd9f9812a1eeda0c0730cbd"
867867
dependencies = [
868868
"cfg-if",
869869
"libc",
870-
"windows-link 0.1.3",
870+
"windows-link",
871871
]
872872

873873
[[package]]
@@ -1363,7 +1363,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
13631363
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
13641364
dependencies = [
13651365
"cfg-if",
1366-
"windows-link 0.2.0",
1366+
"windows-link",
13671367
]
13681368

13691369
[[package]]
@@ -1740,7 +1740,7 @@ dependencies = [
17401740
"libc",
17411741
"redox_syscall",
17421742
"smallvec",
1743-
"windows-link 0.2.0",
1743+
"windows-link",
17441744
]
17451745

17461746
[[package]]
@@ -2872,7 +2872,7 @@ checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9"
28722872
dependencies = [
28732873
"windows-implement",
28742874
"windows-interface",
2875-
"windows-link 0.2.0",
2875+
"windows-link",
28762876
"windows-result",
28772877
"windows-strings",
28782878
]
@@ -2899,12 +2899,6 @@ dependencies = [
28992899
"syn",
29002900
]
29012901

2902-
[[package]]
2903-
name = "windows-link"
2904-
version = "0.1.3"
2905-
source = "registry+https://github.com/rust-lang/crates.io-index"
2906-
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2907-
29082902
[[package]]
29092903
name = "windows-link"
29102904
version = "0.2.0"
@@ -2917,7 +2911,7 @@ version = "0.4.0"
29172911
source = "registry+https://github.com/rust-lang/crates.io-index"
29182912
checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
29192913
dependencies = [
2920-
"windows-link 0.2.0",
2914+
"windows-link",
29212915
]
29222916

29232917
[[package]]
@@ -2926,7 +2920,7 @@ version = "0.5.0"
29262920
source = "registry+https://github.com/rust-lang/crates.io-index"
29272921
checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
29282922
dependencies = [
2929-
"windows-link 0.2.0",
2923+
"windows-link",
29302924
]
29312925

29322926
[[package]]
@@ -2953,7 +2947,7 @@ version = "0.61.0"
29532947
source = "registry+https://github.com/rust-lang/crates.io-index"
29542948
checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
29552949
dependencies = [
2956-
"windows-link 0.2.0",
2950+
"windows-link",
29572951
]
29582952

29592953
[[package]]

0 commit comments

Comments
 (0)