aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-04-17 17:17:20 -0700
committerJake McGinty <me@jake.su>2018-04-22 14:08:57 -0700
commit06a34476cc1fffdab6bf11d857506df0a122ba76 (patch)
tree9489cecd8f9a78d3c4b184c5dd8429a7a849529c /Cargo.lock
parentudp: sendmsg ipv4 pktinfo working (macos) (diff)
downloadwireguard-rs-06a34476cc1fffdab6bf11d857506df0a122ba76.tar.xz
wireguard-rs-06a34476cc1fffdab6bf11d857506df0a122ba76.zip
udp: use nix's setsockopt
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a6dedf7..772f42c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -650,7 +650,7 @@ dependencies = [
[[package]]
name = "nix"
version = "0.11.0-pre"
-source = "git+https://github.com/mcginty/nix?branch=ipv6-pktinfo#45f2d52f40cef1655d4b6631d9994a964724d449"
+source = "git+https://github.com/mcginty/nix?branch=ipv6-pktinfo#b69ee99536f250978cbb529569e84ad3879f4da8"
dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cc 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",