-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: explicitly disable native-tls (#2)
- Loading branch information
1 parent
5ca4761
commit b7e67ae
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ repository = "https://github.com/umgefahren/libp2p-tor" | |
authors = ["umgefahren <[email protected]>"] | ||
|
||
[dependencies] | ||
arti-client = "0.24.0" | ||
arti-client = { version = "0.24", default-features = false, features = ["tokio", "rustls"] } | ||
futures = "0.3" | ||
libp2p = { version = "^0.53", default-features = false, features = ["tokio", "tcp", "tls"] } | ||
tor-rtcompat = { version = "0.24.0", features = ["tokio", "rustls"] } | ||
|