diff options
author | Alex Touchet <alextouchet@outlook.com> | 2019-10-09 18:34:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-09 18:34:44 -0700 |
commit | 78fb40fcdfa55d11c815bfef4fd159e4a4cb7242 (patch) | |
tree | 4160f5df914a5607997b792bb8021d092dec4b33 /Cargo.lock | |
parent | dd1c183a2b959dff73b43f5230dab03089802f01 (diff) | |
download | servo-78fb40fcdfa55d11c815bfef4fd159e4a4cb7242.tar.gz servo-78fb40fcdfa55d11c815bfef4fd159e4a4cb7242.zip |
Update iovec
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 95fc1e4f578..ac00ec6819f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2288,11 +2288,11 @@ dependencies = [ [[package]] name = "iovec" -version = "0.1.3" -source = "git+https://github.com/servo/iovec.git?branch=servo#538decd188e46e74844c93c0cc987c2be38b3700" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" dependencies = [ "libc", - "winapi", ] [[package]] |