Skip to content

Commit 8d9f89e

Browse files
build(deps): bump hyper from 1.8.1 to 1.9.0 in the hyper group (#4478)
Bumps the hyper group with 1 update: [hyper](https://github.com/hyperium/hyper). Updates `hyper` from 1.8.1 to 1.9.0 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hyper ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1db44c1 commit 8d9f89e

1 file changed

Lines changed: 7 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
598598
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
599599
dependencies = [
600600
"libc",
601-
"windows-sys 0.61.1",
601+
"windows-sys 0.52.0",
602602
]
603603

604604
[[package]]
@@ -977,9 +977,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
977977

978978
[[package]]
979979
name = "hyper"
980-
version = "1.8.1"
980+
version = "1.9.0"
981981
source = "registry+https://github.com/rust-lang/crates.io-index"
982-
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
982+
checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
983983
dependencies = [
984984
"atomic-waker",
985985
"bytes",
@@ -992,7 +992,6 @@ dependencies = [
992992
"httpdate",
993993
"itoa",
994994
"pin-project-lite",
995-
"pin-utils",
996995
"smallvec",
997996
"tokio",
998997
"want",
@@ -1039,7 +1038,7 @@ dependencies = [
10391038
"hyper",
10401039
"libc",
10411040
"pin-project-lite",
1042-
"socket2 0.6.2",
1041+
"socket2 0.5.10",
10431042
"tokio",
10441043
"tower-service",
10451044
"tracing",
@@ -1202,7 +1201,7 @@ dependencies = [
12021201
"portable-atomic",
12031202
"portable-atomic-util",
12041203
"serde_core",
1205-
"windows-sys 0.61.1",
1204+
"windows-sys 0.52.0",
12061205
]
12071206

12081207
[[package]]
@@ -3026,12 +3025,6 @@ version = "0.2.17"
30263025
source = "registry+https://github.com/rust-lang/crates.io-index"
30273026
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
30283027

3029-
[[package]]
3030-
name = "pin-utils"
3031-
version = "0.1.0"
3032-
source = "registry+https://github.com/rust-lang/crates.io-index"
3033-
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3034-
30353028
[[package]]
30363029
name = "portable-atomic"
30373030
version = "1.13.1"
@@ -3486,7 +3479,7 @@ dependencies = [
34863479
"errno",
34873480
"libc",
34883481
"linux-raw-sys 0.11.0",
3489-
"windows-sys 0.61.1",
3482+
"windows-sys 0.52.0",
34903483
]
34913484

34923485
[[package]]
@@ -3782,7 +3775,7 @@ dependencies = [
37823775
"getrandom 0.3.1",
37833776
"once_cell",
37843777
"rustix 1.1.3",
3785-
"windows-sys 0.61.1",
3778+
"windows-sys 0.52.0",
37863779
]
37873780

37883781
[[package]]

0 commit comments

Comments
 (0)