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"