From b2a51bb937ed4d2a60315272182fc9c51a5bff12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:17:38 +0000 Subject: [PATCH] Update async-native-tls requirement from 0.4 to 0.5 Updates the requirements on [async-native-tls](https://github.com/async-email/async-native-tls) to permit the latest version. - [Release notes](https://github.com/async-email/async-native-tls/releases) - [Commits](https://github.com/async-email/async-native-tls/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: async-native-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 8943434..7040718 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ futures-lite = "1.11.0" anyhow = "1" async-dup = "1" async-h1 = "2" -async-native-tls = "0.4" +async-native-tls = "0.5" async-tungstenite = { version = "0.20", features = ["async-native-tls"] } ctrlc = "3" doc-comment = "0.3"