aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-02-20 14:04:18 +0000
committerJake McGinty <me@jake.su>2018-02-20 14:04:18 +0000
commit01401975f06cec8d787ac123e22f50dc90ab0ae8 (patch)
treec2ccb52bafb7963a63b28ff1f3c92243272d973f /Cargo.lock
parentkeep track of last tunnel packets for retry logic (diff)
downloadwireguard-rs-01401975f06cec8d787ac123e22f50dc90ab0ae8.tar.xz
wireguard-rs-01401975f06cec8d787ac123e22f50dc90ab0ae8.zip
bump mio-utun
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0350e1e..f5142b1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -503,7 +503,7 @@ dependencies = [
[[package]]
name = "mio-utun"
-version = "0.6.9"
+version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1146,7 +1146,7 @@ dependencies = [
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"mio 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
- "mio-utun 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio-utun 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1359,7 +1359,7 @@ dependencies = [
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
"checksum mio 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "7da01a5e23070d92d99b1ecd1cd0af36447c6fd44b0fe283c2db199fa136724f"
"checksum mio-uds 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1731a873077147b626d89cc6c2a0db6288d607496c5d10c0cfcf3adc697ec673"
-"checksum mio-utun 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "daf3d87abfacb1f5f4ed78f238ab32aec4eaf47b667a50016b60d667d7445bbd"
+"checksum mio-utun 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "a4c296952f019f86e362ce9c9b3465bb97079fc42e9c00c387b5dcd0c9c1965b"
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
"checksum net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" = "3a80f842784ef6c9a958b68b7516bc7e35883c614004dd94959a4dca1b716c09"
"checksum nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f"