From bbf452d7958f90b98b6002846bc0e47d827e5f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 19:14:03 +0000 Subject: [PATCH] Bump hyper-rustls from 0.23.0 to 0.23.1 Bumps [hyper-rustls](https://github.com/ctz/hyper-rustls) from 0.23.0 to 0.23.1. - [Release notes](https://github.com/ctz/hyper-rustls/releases) - [Commits](https://github.com/ctz/hyper-rustls/compare/v/0.23.0...v/0.23.1) --- updated-dependencies: - dependency-name: hyper-rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/http/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21917246..6fb204af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2074,9 +2074,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac" +checksum = "59df7c4e19c950e6e0e868dcc0a300b09a9b88e9ec55bd879ca819087a77355d" dependencies = [ "http", "hyper", diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index eaa15d7a..e72cf494 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -15,7 +15,7 @@ headers = "0.3.8" http = "0.2.8" http-body = "0.4.5" hyper = "0.14.23" -hyper-rustls = { version = "0.23.0", features = ["http1", "http2"], default-features = false, optional = true } +hyper-rustls = { version = "0.23.1", features = ["http1", "http2"], default-features = false, optional = true } once_cell = "1.16.0" opentelemetry = "0.18.0" opentelemetry-http = "0.7.0"