File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616 ` ImapStream ` can wrap any kinds of streams, including streams which may become open again later,
1717 like files which can be rewinded after reaching end of file or appended to.
1818
19+ ### Fixes
20+
21+ - Update byte-pool to 0.2.4 to fix ` ensure_capacity() ` .
22+ Previously this bug could have resulted in an attempt to read into a buffer of zero size
23+ and erronous detection of the end of stream.
24+
1925## [ 0.7.0] - 2023-04-03
2026
2127### Added
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pin-utils = "0.1.0-alpha.4"
3333futures = " 0.3.15"
3434ouroboros = " 0.15"
3535stop-token = " 0.7"
36- byte-pool = " 0.2.2 "
36+ byte-pool = " 0.2.4 "
3737once_cell = " 1.8.0"
3838log = " 0.4.8"
3939thiserror = " 1.0.9"
You can’t perform that action at this time.
0 commit comments