From f0934cba548c46dd4fca5ec5a29c175f56cc8b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 10:07:56 +0000 Subject: [PATCH] Update hyper-rustls requirement from 0.23.0 to 0.24.0 Updates the requirements on [hyper-rustls](https://github.com/ctz/hyper-rustls) to permit the latest version. - [Release notes](https://github.com/ctz/hyper-rustls/releases) - [Commits](https://github.com/ctz/hyper-rustls/compare/v/0.23.0...v/0.24.0) --- updated-dependencies: - dependency-name: hyper-rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24ac4d7..a981263 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ bq_load_job = ["cloud-storage"] [dependencies] yup-oauth2 = "7.0.1" hyper = {version="0.14", features = ["http1"]} -hyper-rustls = {version="0.23.0", features = ["native-tokio"]} +hyper-rustls = {version="0.24.0", features = ["native-tokio"]} thiserror = "1" tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "net", "sync", "macros"] } tokio-stream = "0.1"