Skip to content

Commit 4f6ee0a

Browse files
committed
New byte-pool dependency for important bug
This fixes an important bug where the block size would sometimes not match the size of the slice, resulting in incorrect stream behaviour.
1 parent a57d5b5 commit 4f6ee0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pin-utils = "0.1.0-alpha.4"
3232
futures = "0.3.0"
3333
rental = "0.5.5"
3434
stop-token = { version = "0.1.1", features = ["unstable"] }
35-
byte-pool = "0.2.1"
35+
byte-pool = "0.2.2"
3636
lazy_static = "1.4.0"
3737
log = "0.4.8"
3838
thiserror = "1.0.9"

0 commit comments

Comments
 (0)