Commit Graph

3 Commits

Author SHA1 Message Date
kotborealis
29b15cb1d2 Updated documentation in examples (#1219)
Documentation in examples recommends using
`tokio 0.2` as dependency, while README.md
recomends `tokio 0.1`.
I've updated comments according to readme.
2021-03-22 11:26:50 -07:00
Scott Dupree
512fb97ffc Use proxy's DNS in TOR example (#1003)
Fix #899
2020-08-17 11:02:09 -07:00
r-arias
20d50daa8b re-add the "socks" feature (using tokio-socks) (#769)
The "socks" feature has been removed for a while now, the optional
dependency on the "socks" crate commented out.

The code for actually providing the socks feature was, however, still
mostly present, if a bit out of date.

This commit re-adds the socks feature using the tokio-socks (instead of
socks) crate.

Closes #620
2020-01-09 12:25:26 -08:00