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
16
16
` ImapStream ` can wrap any kinds of streams, including streams which may become open again later,
17
17
like files which can be rewinded after reaching end of file or appended to.
18
18
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
+
19
25
## [ 0.7.0] - 2023-04-03
20
26
21
27
### Added
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pin-utils = "0.1.0-alpha.4"
33
33
futures = " 0.3.15"
34
34
ouroboros = " 0.15"
35
35
stop-token = " 0.7"
36
- byte-pool = " 0.2.2 "
36
+ byte-pool = " 0.2.4 "
37
37
once_cell = " 1.8.0"
38
38
log = " 0.4.8"
39
39
thiserror = " 1.0.9"
You can’t perform that action at this time.
0 commit comments