diff options
| author | Andrii Yurchuk <ay@mntw.re> | 2021-02-23 11:17:29 +0100 |
|---|---|---|
| committer | Andrii Yurchuk <ay@mntw.re> | 2021-02-26 19:03:01 +0100 |
| commit | 830a5db04dcc1c55440b41b1c2208f4077837c30 (patch) | |
| tree | 77f0d62e91f29278b5f0c004c59c17532d8ca029 | |
| parent | c7717f006e8f2e255e521a53c5c86eaaec6a616c (diff) | |
| download | mullvadvpn-830a5db04dcc1c55440b41b1c2208f4077837c30.tar.xz mullvadvpn-830a5db04dcc1c55440b41b1c2208f4077837c30.zip | |
Update pfctl version
| -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 c88e0ba3d2..5f0f266f1a 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -64,7 +64,7 @@ talpid-dbus = { path = "../talpid-dbus" } [target.'cfg(target_os = "macos")'.dependencies] -pfctl = { git = "https://github.com/mullvad/pfctl-rs.git" } +pfctl = "0.4.1" system-configuration = "0.4" tun = { git = "https://github.com/Ch00k/rust-tun.git", branch = "bump-ioctl" } |
