From 384da58ac9bcbd9ecb9b1dd6effb0c1c575f1b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 22:22:44 +0000 Subject: [PATCH] chore(deps): update hyper-rustls requirement from 0.22 to 0.23 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.22.0...v/0.23.0) --- updated-dependencies: - dependency-name: hyper-rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index eef84bb9ef..ae51f3d907 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -31,7 +31,7 @@ telegram-bot-raw = { version = "0.9.0", path = "../raw" } hyper = { version = "0.14", features = ["client", "http1"] } hyper-tls = { version = "0.5", optional = true } futures = "0.3" -hyper-rustls = { version = "0.22", optional = true } +hyper-rustls = { version = "0.23", optional = true } [dev-dependencies] tracing-subscriber = "0.2.15" tokio = { version = "1.2", features = ["macros", "time", "fs", "rt-multi-thread"] }