Commit Graph

11 Commits

Author SHA1 Message Date
Mahmoud Al-Qudsi 465dd6d3ec Update dependencies 2024-03-10 18:30:00 -05:00
Mahmoud Al-Qudsi e7cc956c2a Update dependencies
All are semver-compatible updates; there are no breaking updates at this time.
2023-08-29 15:49:26 -05:00
Mahmoud Al-Qudsi ae56848993 Bump cargo version to 0.3.1 2022-10-16 16:12:52 -05:00
Mahmoud Al-Qudsi 8a9bc1740d Merge remote-tracking branch 'origin/master'
Removes unused dependencies and makes the client buffer size a constant.
2022-10-16 16:09:54 -05:00
Mahmoud Al-Qudsi 90bc2aa2ca Update/upgrade Cargo dependencies
No breaking changes.
2022-10-16 15:48:53 -05:00
Mahmoud Al-Qudsi 6a7f1b395c Clean up unused dependencies 2022-07-08 17:07:11 -05:00
Mahmoud Al-Qudsi b2c2876d03 Upgrade to the latest version of tokio
Also simplify the code by dropping our own async resolution, since the newer
tokio can do that for us.
2022-06-30 16:51:50 -05:00
Mahmoud Al-Qudsi 44b8380ad8 Update to tokio 0.3 and add IPv6 support 2020-10-22 19:41:05 -05:00
Mahmoud Al-Qudsi 4e44c9fd23 Upgrade to tokio 0.2 and futures 0.3 2020-01-01 14:48:31 -06:00
Mahmoud Al-Qudsi 62651197d5 Thread-free design, using tokio core for asynchronous proxying
No longer spawing two threads for each connection, now using tokio
core to use async network connections which should make this scale
beautifully.
2017-08-13 13:55:55 -05:00
Mahmoud Al-Qudsi d5c925c51b Added Cargo.lock to repository 2017-08-12 12:27:44 -05:00