From c94359bba4d6ebe934eabb8b514be13d0493711e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 00:17:13 +0000 Subject: [PATCH] Update hyper-tls requirement from 0.5.0 to 0.6.0 Updates the requirements on [hyper-tls](https://github.com/hyperium/hyper-tls) to permit the latest version. - [Commits](https://github.com/hyperium/hyper-tls/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: hyper-tls 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 65ecd9d..a412a15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["api-bindings"] [dependencies] hyper = { version = "1.0.1", features = ["client", "http1"] } -hyper-tls = "0.5.0" +hyper-tls = "0.6.0" reqwest = { version = "0.11.18", features = ["json", "blocking"] } serde = { version = "1.0.180", features = ["derive"] } serde_json = "1.0.104"