add TcpStream::peek (#291)

This commit is contained in:
Sean McArthur
2018-01-08 11:34:33 -06:00
committed by Alex Crichton
parent b395ccb6d9
commit ce014943ec
3 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ appveyor = { repository = "alexcrichton/tokio-core" }
[dependencies]
bytes = "0.4"
log = "0.4"
mio = "0.6.10"
mio = "0.6.12"
scoped-tls = "0.1.0"
slab = "0.4"
iovec = "0.1"