Skip to content

Commit 83d4eac

Browse files
build(deps): bump hyper-util from 0.1.11 to 0.1.12 (#3925)
Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.11 to 0.1.12. - [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.11...v0.1.12) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.12 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 ddc590f commit 83d4eac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
644644
checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
645645
dependencies = [
646646
"libc",
647-
"windows-sys 0.52.0",
647+
"windows-sys 0.59.0",
648648
]
649649

650650
[[package]]
@@ -1133,9 +1133,9 @@ dependencies = [
11331133

11341134
[[package]]
11351135
name = "hyper-util"
1136-
version = "0.1.11"
1136+
version = "0.1.12"
11371137
source = "registry+https://github.com/rust-lang/crates.io-index"
1138-
checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
1138+
checksum = "cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710"
11391139
dependencies = [
11401140
"bytes",
11411141
"futures-channel",
@@ -1343,7 +1343,7 @@ dependencies = [
13431343
"portable-atomic",
13441344
"portable-atomic-util",
13451345
"serde",
1346-
"windows-sys 0.52.0",
1346+
"windows-sys 0.59.0",
13471347
]
13481348

13491349
[[package]]
@@ -3732,7 +3732,7 @@ dependencies = [
37323732
"errno",
37333733
"libc",
37343734
"linux-raw-sys 0.4.15",
3735-
"windows-sys 0.52.0",
3735+
"windows-sys 0.59.0",
37363736
]
37373737

37383738
[[package]]
@@ -3745,7 +3745,7 @@ dependencies = [
37453745
"errno",
37463746
"libc",
37473747
"linux-raw-sys 0.9.2",
3748-
"windows-sys 0.52.0",
3748+
"windows-sys 0.59.0",
37493749
]
37503750

37513751
[[package]]
@@ -4024,7 +4024,7 @@ dependencies = [
40244024
"getrandom 0.3.1",
40254025
"once_cell",
40264026
"rustix 1.0.2",
4027-
"windows-sys 0.52.0",
4027+
"windows-sys 0.59.0",
40284028
]
40294029

40304030
[[package]]

0 commit comments

Comments
 (0)