Skip to content

Commit 4ef985e

Browse files
build(deps): bump hyper from 1.8.0 to 1.8.1 (#14746)
Bumps [hyper](https://github.com/hyperium/hyper) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.8.1 dependency-type: direct:production 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 1ee33b7 commit 4ef985e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
555555
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
556556
dependencies = [
557557
"libc",
558-
"windows-sys 0.61.0",
558+
"windows-sys 0.52.0",
559559
]
560560

561561
[[package]]
@@ -918,9 +918,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
918918

919919
[[package]]
920920
name = "hyper"
921-
version = "1.8.0"
921+
version = "1.8.1"
922922
source = "registry+https://github.com/rust-lang/crates.io-index"
923-
checksum = "1744436df46f0bde35af3eda22aeaba453aada65d8f1c171cd8a5f59030bd69f"
923+
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
924924
dependencies = [
925925
"atomic-waker",
926926
"bytes",
@@ -2057,7 +2057,7 @@ dependencies = [
20572057
"errno",
20582058
"libc",
20592059
"linux-raw-sys",
2060-
"windows-sys 0.59.0",
2060+
"windows-sys 0.52.0",
20612061
]
20622062

20632063
[[package]]

0 commit comments

Comments
 (0)