Bump hyper from 0.14.26 to 0.14.27 (#519)
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.26 to 0.14.27. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.27/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.26...v0.14.27) --- 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
e33e75cbfe
commit
0829534501
|
@ -909,9 +909,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hyper"
|
name = "hyper"
|
||||||
version = "0.14.26"
|
version = "0.14.27"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
|
|
|
@ -30,7 +30,7 @@ unicode-ident = "1.0.8"
|
||||||
dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }
|
dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }
|
||||||
expectorate = "1.0"
|
expectorate = "1.0"
|
||||||
http = "0.2.9"
|
http = "0.2.9"
|
||||||
hyper = "0.14.26"
|
hyper = "0.14.27"
|
||||||
rustfmt-wrapper = "0.2.0"
|
rustfmt-wrapper = "0.2.0"
|
||||||
serde_yaml = "0.9"
|
serde_yaml = "0.9"
|
||||||
serde_json = "1.0.97"
|
serde_json = "1.0.97"
|
||||||
|
|
Loading…
Reference in New Issue