Skip to content

Commit

Permalink
Use vendored openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Apr 22, 2021
1 parent 0a8c913 commit 22d44ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion swap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tokio-socks = "0.5"
tokio-tungstenite = { version = "0.14", features = [ "rustls-tls" ] }
tokio-util = { version = "0.6", features = ["io"] }
toml = "0.5"
torut = "0.1"
torut = { version = "0.1", features = ["serialize", "v2", "v3", "control", "vendored_openssl"] }
tracing = { version = "0.1", features = ["attributes"] }
tracing-appender = "0.1"
tracing-futures = { version = "0.2", features = ["std-future", "futures-03"] }
Expand Down

0 comments on commit 22d44ff

Please sign in to comment.