aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-04-13 22:55:02 -0700
committerJake McGinty <me@jake.su>2018-04-22 14:08:53 -0700
commit814a543675ac90bede7b390c6db9ddbb71c8edfa (patch)
tree7f4ee23c13e3a59cedad927babf650fa8746c13b /Cargo.lock
parentudp: parse in(6)_pktinfo cmsgs (diff)
downloadwireguard-rs-814a543675ac90bede7b390c6db9ddbb71c8edfa.tar.xz
wireguard-rs-814a543675ac90bede7b390c6db9ddbb71c8edfa.zip
udp: make IPs easily parsable by std::net
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8752d9c..de58a4c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -650,13 +650,12 @@ dependencies = [
[[package]]
name = "nix"
version = "0.11.0-pre"
-source = "git+https://github.com/mcginty/nix?branch=ipv6-pktinfo#e1a23698617ba775b378ea38480f659499000f0f"
+source = "git+https://github.com/mcginty/nix?branch=ipv6-pktinfo#aaafeb51f77bbe2846a0f6b3d3144e35eff5d759"
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)",
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.40 (git+https://github.com/rust-lang/libc)",
- "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]