From 7534898b8cb1a11f1b4d39bf868271ff0a924dea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 23:03:58 +0000 Subject: [PATCH] Update async-tls requirement from 0.11.0 to 0.12.0 Updates the requirements on [async-tls](https://github.com/async-std/async-tls) to permit the latest version. - [Release notes](https://github.com/async-std/async-tls/releases) - [Commits](https://github.com/async-std/async-tls/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: async-tls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4c13a6d..47514d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ surf = { version = "2.3.1", features = ["curl-client", "encoding"] } url = "2.2" [dependencies.async-tls] -version = "0.11.0" +version = "0.12.0" default-features = false features = ["client"] @@ -35,6 +35,6 @@ env_logger = "0.10.0" mockall = "0.11.0" [dev-dependencies.async-tls] -version = "0.11.0" +version = "0.12.0" default-features = false features = ["server"] \ No newline at end of file