diff options
| -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 20a67b912b..a811c911a4 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -22,7 +22,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 = "35ca17308409ffab07e3a2a7c9c9ba3c81f8ee5e" } +pfctl = { git = "https://github.com/mullvad/pfctl-rs", rev = "3c8f5f839fa4051fda2f6c07ab7469c25986426b" } socket-relay = { path = "../socket-relay" } tokio-core = "0.1" |
