tokio-1.8.3

tokio-rs/tokiotokio-1.8.3Jul 26, 2021by Darksonn

AI Summary

Backports two memory leak fixes from the 1.9.0 release.

Key Highlights

  • Fixed leak if future output panics on drop
  • Fixed leak in LocalSet

Full Release Notes

# 1.8.3 (July 22, 2021)

This release backports two fixes from 1.9.0

### Fixed

 - Fix leak if output of future panics on drop ([#3967])
 - Fix leak in `LocalSet` ([#3978])

[#3967]: https://github.com/tokio-rs/tokio/pull/3967
[#3978]: https://github.com/tokio-rs/tokio/pull/3978