Bump hyper from 0.14.17 to 0.14.18 (#56)
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.17 to 0.14.18. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.17...v0.14.18) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
765dac9171
commit
0ca0630c9e
|
@ -619,9 +619,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hyper"
|
name = "hyper"
|
||||||
version = "0.14.17"
|
version = "0.14.18"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "043f0e083e9901b6cc658a77d1eb86f4fc650bbb977a4337dd63192826aa85dd"
|
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
|
|
|
@ -27,4 +27,4 @@ unicode-xid = "0.2"
|
||||||
dropshot = { git = "https://github.com/oxidecomputer/dropshot" }
|
dropshot = { git = "https://github.com/oxidecomputer/dropshot" }
|
||||||
expectorate = "1.0"
|
expectorate = "1.0"
|
||||||
http = "0.2.6"
|
http = "0.2.6"
|
||||||
hyper = "0.14.17"
|
hyper = "0.14.18"
|
||||||
|
|
Loading…
Reference in New Issue