From 63b05a1ed78f5ce7a9434ba3a829617f103e0553 Mon Sep 17 00:00:00 2001 From: Binarybaron Date: Wed, 20 Nov 2024 15:30:55 +0100 Subject: [PATCH] chore: explicitly disable native-tls --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 473ddce..cfe827b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/umgefahren/libp2p-tor" authors = ["umgefahren "] [dependencies] -arti-client = { version = "0.8", default-features = false } +arti-client = { version = "0.24", default-features = false, features = ["tokio", "rustls"] } async-std-crate = { package = "async-std", version = "1", optional = true, default-features = false } futures = "0.3" libp2p-core = { version = "0.39" }