diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-11-14 01:44:28 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-11-14 01:44:28 +0100 |
| commit | 434b5343f74fa35364f482e24248de4cf7e85d16 (patch) | |
| tree | 597f138eaed51f11e7838f5d0217d0e92c2a469b /talpid-core | |
| parent | 69d942d3841dbf2fa5e75a126855eb424ca89d23 (diff) | |
| parent | fef5502b499cfde0448c4434b19612d81e214c5c (diff) | |
| download | mullvadvpn-434b5343f74fa35364f482e24248de4cf7e85d16.tar.xz mullvadvpn-434b5343f74fa35364f482e24248de4cf7e85d16.zip | |
Merge branch 'upgrade-pfctl'
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 1c04bdacef..a7dfc01aa9 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -23,7 +23,7 @@ talpid-types = { path = "../talpid-types" } libc = "0.2.20" [target.'cfg(target_os = "macos")'.dependencies] -pfctl = { git = "https://github.com/mullvad/pfctl-rs", rev = "3c8f5f839fa4051fda2f6c07ab7469c25986426b" } +pfctl = { git = "https://github.com/mullvad/pfctl-rs", rev = "dae436f6ee4e3529fc995c5192b314f1cc8dccec" } socket-relay = { path = "../socket-relay" } tokio-core = "0.1" |
