Skip to content

Commit

Permalink
fix(dependencies): require correct bytes minimum version (#1975)
Browse files Browse the repository at this point in the history
`Bytes::advance` was introduced in this version.
  • Loading branch information
mathstuf authored and seanmonstar committed Oct 14, 2019
1 parent 4d14712 commit 536b1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = [
]

[dependencies]
bytes = "0.4.4"
bytes = "0.4.6"
futures-core-preview = "=0.3.0-alpha.19"
futures-channel-preview = "=0.3.0-alpha.19"
futures-util-preview = "=0.3.0-alpha.19"
Expand Down

0 comments on commit 536b1e1

Please sign in to comment.