mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
tokio-io: require bytes-0.4.7 for Buf::get_uint_be
This commit is contained in:
committed by
Carl Lerche
parent
d1d4fe4d07
commit
b36a73059d
+1
-1
@@ -17,6 +17,6 @@ Core I/O primitives for asynchronous I/O in Rust.
|
|||||||
categories = ["asynchronous"]
|
categories = ["asynchronous"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "0.4.1"
|
bytes = "0.4.7"
|
||||||
futures = "0.1.18"
|
futures = "0.1.18"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user