From de6179f8cd9b95d30515a6bcc38313c30638ca27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:59:51 +0000 Subject: [PATCH] Update Rust crate tls-api to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32630d0..e12ede3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ mimalloc = { version = "0.1.39", default-features = false } url = "2.5.0" urlencoding = "2.1.3" reqwest = { version = "0.11.27", features = ["stream"] } -tls-api = { version = "0.9.0", features = ["runtime-tokio"] } +tls-api = { version = "0.12.0", features = ["runtime-tokio"] } tls-api-native-tls = { version = "0.9.0", features = ["runtime-tokio"] } tokio = { version = "1.37.0", features = ["full"] } tokio-stream = "0.1.15"