Skip to content

Commit

Permalink
chore: explicitly disable native-tls (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron authored Nov 20, 2024
1 parent 5ca4761 commit b7e67ae
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 <[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"] }
Expand Down

0 comments on commit b7e67ae

Please sign in to comment.