Skip to content

Commit 536b1e1

Browse files
mathstufseanmonstar
authored andcommitted
fix(dependencies): require correct bytes minimum version (#1975)
`Bytes::advance` was introduced in this version.
1 parent 4d14712 commit 536b1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include = [
2020
]
2121

2222
[dependencies]
23-
bytes = "0.4.4"
23+
bytes = "0.4.6"
2424
futures-core-preview = "=0.3.0-alpha.19"
2525
futures-channel-preview = "=0.3.0-alpha.19"
2626
futures-util-preview = "=0.3.0-alpha.19"

0 commit comments

Comments
 (0)