From 7cba5f7e67d7a99ed0586d924e8b2fc3d156db1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 19:28: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 | 4 ++-- crates/cli/Cargo.toml | 2 +- crates/handlers/Cargo.toml | 2 +- crates/http/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa648dc9..a6b930be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1668,9 +1668,9 @@ checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026" [[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 1.1.0", "futures-channel", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 19f06b08..eac83046 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -13,7 +13,7 @@ clap = { version = "3.1.18", features = ["derive"] } dotenv = "0.15.0" schemars = { version = "0.8.10", features = ["url", "chrono"] } tower = { version = "0.4.12", features = ["full"] } -hyper = { version = "0.14.18", features = ["full"] } +hyper = { version = "0.14.19", features = ["full"] } serde_yaml = "0.8.24" serde_json = "1.0.81" url = "2.2.2" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 18567a25..15819f73 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -17,7 +17,7 @@ thiserror = "1.0.31" anyhow = "1.0.57" # Web server -hyper = { version = "0.14.18", features = ["full"] } +hyper = { version = "0.14.19", features = ["full"] } tower = "0.4.12" tower-http = { version = "0.3.3", features = ["cors"] } axum = "0.5.6" diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index aab0a8d5..fabd63a1 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -12,7 +12,7 @@ futures-util = "0.3.21" headers = "0.3.7" http = "0.2.7" http-body = "0.4.5" -hyper = "0.14.18" +hyper = "0.14.19" hyper-rustls = { version = "0.23.0", features = ["http1", "http2", "rustls-native-certs"], default-features = false } once_cell = "1.12.0" opentelemetry = "0.17.0"