From 47d9c57ae19cb25deea0070f22d2ea4a40fd95ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 00:35:26 +0000 Subject: [PATCH] Bump hyper from 0.14.18 to 0.14.19 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.18 to 0.14.19. - [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.18...v0.14.19) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- gateway-sp-comms/Cargo.toml | 2 +- gateway/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34695142945..8476cd456d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2002,9 +2002,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.18" +version = "0.14.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2" +checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f" dependencies = [ "bytes", "futures-channel", @@ -5645,7 +5645,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "rand 0.8.5", "static_assertions", ] diff --git a/gateway-sp-comms/Cargo.toml b/gateway-sp-comms/Cargo.toml index ff6dfdf3749..dca7516cc5a 100644 --- a/gateway-sp-comms/Cargo.toml +++ b/gateway-sp-comms/Cargo.toml @@ -7,7 +7,7 @@ license = "MPL-2.0" [dependencies] futures = "0.3.21" http = "0.2.7" -hyper = "0.14.17" +hyper = "0.14.19" ringbuffer = "0.8" serde = { version = "1.0", features = ["derive"] } serde_with = "1.13.0" diff --git a/gateway/Cargo.toml b/gateway/Cargo.toml index 3b162dc12c2..f3cf41df55e 100644 --- a/gateway/Cargo.toml +++ b/gateway/Cargo.toml @@ -10,7 +10,7 @@ dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", futures = "0.3.21" hex = "0.4" http = "0.2.7" -hyper = "0.14.17" +hyper = "0.14.19" ringbuffer = "0.8" schemars = "0.8" serde = { version = "1.0", features = ["derive"] }