Skip to content

Commit c10082d

Browse files
build(deps): bump hyper-util from 0.1.19 to 0.1.20 in the hyper group (#4422)
Bumps the hyper group with 1 update: [hyper-util](https://github.com/hyperium/hyper-util). Updates `hyper-util` from 0.1.19 to 0.1.20 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.19...v0.1.20) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.20 dependency-type: direct:production update-type: version-update:semver-patch 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 9910adb commit c10082d

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 8 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]]
@@ -1028,20 +1028,19 @@ dependencies = [
10281028

10291029
[[package]]
10301030
name = "hyper-util"
1031-
version = "0.1.19"
1031+
version = "0.1.20"
10321032
source = "registry+https://github.com/rust-lang/crates.io-index"
1033-
checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
1033+
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
10341034
dependencies = [
10351035
"bytes",
10361036
"futures-channel",
1037-
"futures-core",
10381037
"futures-util",
10391038
"http",
10401039
"http-body",
10411040
"hyper",
10421041
"libc",
10431042
"pin-project-lite",
1044-
"socket2 0.6.1",
1043+
"socket2 0.5.10",
10451044
"tokio",
10461045
"tower-service",
10471046
"tracing",
@@ -1204,7 +1203,7 @@ dependencies = [
12041203
"portable-atomic",
12051204
"portable-atomic-util",
12061205
"serde_core",
1207-
"windows-sys 0.61.1",
1206+
"windows-sys 0.52.0",
12081207
]
12091208

12101209
[[package]]
@@ -3488,7 +3487,7 @@ dependencies = [
34883487
"errno",
34893488
"libc",
34903489
"linux-raw-sys 0.11.0",
3491-
"windows-sys 0.61.1",
3490+
"windows-sys 0.52.0",
34923491
]
34933492

34943493
[[package]]
@@ -3784,7 +3783,7 @@ dependencies = [
37843783
"getrandom 0.3.1",
37853784
"once_cell",
37863785
"rustix 1.1.3",
3787-
"windows-sys 0.61.1",
3786+
"windows-sys 0.52.0",
37883787
]
37893788

37903789
[[package]]

0 commit comments

Comments
 (0)