From f3a79d6945a47503566348ecb575f2069ac8c8da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:09:37 +0000 Subject: [PATCH] build(deps): bump hyper-rustls from 0.27.2 to 0.27.3 Bumps [hyper-rustls](https://github.com/rustls/hyper-rustls) from 0.27.2 to 0.27.3. - [Release notes](https://github.com/rustls/hyper-rustls/releases) - [Commits](https://github.com/rustls/hyper-rustls/compare/v/0.27.2...v/0.27.3) --- updated-dependencies: - dependency-name: hyper-rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48b5a6887..2db2b802e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2471,9 +2471,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.27.2" +version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" +checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http", diff --git a/Cargo.toml b/Cargo.toml index bd2b993b5..bb3bb10cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,7 +147,7 @@ features = [ # Hyper Rustls support [workspace.dependencies.hyper-rustls] -version = "0.27.2" +version = "0.27.3" features = ["http1", "http2"] default-features = false