diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-04-08 16:02:43 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-04-08 17:03:43 +0200 |
| commit | 07389db311ca1ac3a14bd8ee6e7e56f2843cceec (patch) | |
| tree | ba6665c457436b15f74bfbc5ffcaf6e2425501d9 /talpid-core | |
| parent | b2b240275e3b2ac0f21d1b26c49699ddd2ef8022 (diff) | |
| download | mullvadvpn-07389db311ca1ac3a14bd8ee6e7e56f2843cceec.tar.xz mullvadvpn-07389db311ca1ac3a14bd8ee6e7e56f2843cceec.zip | |
Update `tun` dependency to new crates.io release
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 5c0e57e557..04f8f57bfb 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -46,14 +46,14 @@ nftnl = { git = "https://github.com/mullvad/nftnl-rs", rev = "29651f4370fdf22cc2 mnl = { git = "https://github.com/mullvad/mnl-rs", rev = "f0d19501b9b85be9a1ffaec8317a378bcbdf4fa6", features = ["mnl-1-0-4"] } which = "2.0" err-derive = "0.1.5" -tun = { git = "https://github.com/pinkisemils/rust-tun", branch = "add-raw-fd-traits" } +tun = "0.4.3" [target.'cfg(target_os = "macos")'.dependencies] # TODO: Specify 0.2.1 once the crate gets published pfctl = { git = "https://github.com/mullvad/pfctl-rs", rev = "9f31b5ddcab941862470075eab83bb398195f3d6" } system-configuration = "0.2" -tun = { git = "https://github.com/pinkisemils/rust-tun", branch = "add-raw-fd-traits" } +tun = "0.4.3" [target.'cfg(windows)'.dependencies] |
