mirror of
https://github.com/openharmony/third_party_rust_hyper.git
synced 2026-07-19 13:54:29 -04:00
fix(dependencies): require correct bytes minimum version (#1975)
`Bytes::advance` was introduced in this version.
This commit is contained in:
committed by
Sean McArthur
parent
f2af134d4b
commit
0630448f4b
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user