Skip to content

Commit

Permalink
Merge pull request #25 from UnstoppableSwap/chore/disable-native-tls
Browse files Browse the repository at this point in the history
chore: Explicitly disable native-tls
  • Loading branch information
umgefahren authored Nov 20, 2024
2 parents 5ca4761 + b03baa8 commit d9fa27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/umgefahren/libp2p-tor"
authors = ["umgefahren <hannes@umgefahren.xyz>"]

[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"] }
Expand Down

0 comments on commit d9fa27a

Please sign in to comment.