tokio-1.21.1
tokio-rs/tokiotokio-1.21.1Sep 13, 2022by Darksonn
AI Summary
This release addresses dependency resolution issues for the `socket2` crate and fixes a failure to set TLS during the `LocalSet` drop implementation.
Key Highlights
- Fixed dependency resolution for socket2
- Fixed failure to set TLS in LocalSet Drop
Full Release Notes
# 1.21.1 (September 13, 2022) ### Fixed - net: fix dependency resolution for socket2 ([#5000]) - task: ignore failure to set TLS in `LocalSet` Drop ([#4976]) [#4976]: https://github.com/tokio-rs/tokio/pull/4976 [#5000]: https://github.com/tokio-rs/tokio/pull/5000