diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-11-13 23:59:01 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-11-13 23:59:01 +0100 |
| commit | 5cbb2c0e8cd0161456529ec6b2daadc93357e3d3 (patch) | |
| tree | 949c7cfe14b31e8dbff86c73d00c79f26200e092 /talpid-core | |
| parent | 69d942d3841dbf2fa5e75a126855eb424ca89d23 (diff) | |
| download | mullvadvpn-5cbb2c0e8cd0161456529ec6b2daadc93357e3d3.tar.xz mullvadvpn-5cbb2c0e8cd0161456529ec6b2daadc93357e3d3.zip | |
Update pfctl to version with bindgen 0.31
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" |
