Update iovec dependency (#179)

Update to match master version of IoVec (0.2.0?), using
IoVec/IoVecMut instead of &IoVec and &mut IoVec.
This commit is contained in:
Carl Lerche
2018-01-25 22:02:21 -08:00
committed by GitHub
parent c316c2433d
commit 3d169f1f34
7 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ categories = ["network-programming", "data-structures"]
[dependencies]
byteorder = "1.0.0"
iovec = "0.1"
iovec = { git = "https://github.com/carllerche/iovec" }
serde = { version = "1.0", optional = true }
[dev-dependencies]