diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-07-17 13:58:14 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-07-25 08:44:50 +0200 |
| commit | ae9903979bcf707eae9511cbdefe6a2f41559ddf (patch) | |
| tree | 733029b7c66219edc9dbba39673befddcb462a9b /talpid-core | |
| parent | 92027443cb8a9b92d9a7f99483e25233493a993b (diff) | |
| download | mullvadvpn-ae9903979bcf707eae9511cbdefe6a2f41559ddf.tar.xz mullvadvpn-ae9903979bcf707eae9511cbdefe6a2f41559ddf.zip | |
Upgrade pfctl to 0.5.0 and ipnetwork to 0.20
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 66b22563df..f7c67b9be7 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -14,7 +14,7 @@ workspace = true chrono = { workspace = true, features = ["clock"] } thiserror = { workspace = true } futures = "0.3.15" -ipnetwork = "0.16" +ipnetwork = { workspace = true } libc = "0.2" log = { workspace = true } once_cell = { workspace = true } @@ -48,7 +48,7 @@ duct = "0.13" [target.'cfg(target_os = "macos")'.dependencies] async-trait = "0.1" duct = "0.13" -pfctl = "0.4.6" +pfctl = "0.5.0" subslice = "0.2" system-configuration = "0.5.1" hickory-proto = "0.24.1" |
