summaryrefslogtreecommitdiffhomepage
path: root/talpid-routing
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-07-17 13:58:14 +0200
committerLinus Färnstrand <linus@mullvad.net>2024-07-25 08:44:50 +0200
commitae9903979bcf707eae9511cbdefe6a2f41559ddf (patch)
tree733029b7c66219edc9dbba39673befddcb462a9b /talpid-routing
parent92027443cb8a9b92d9a7f99483e25233493a993b (diff)
downloadmullvadvpn-ae9903979bcf707eae9511cbdefe6a2f41559ddf.tar.xz
mullvadvpn-ae9903979bcf707eae9511cbdefe6a2f41559ddf.zip
Upgrade pfctl to 0.5.0 and ipnetwork to 0.20
Diffstat (limited to 'talpid-routing')
-rw-r--r--talpid-routing/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-routing/Cargo.toml b/talpid-routing/Cargo.toml
index d4020478b2..94e9b3cc8f 100644
--- a/talpid-routing/Cargo.toml
+++ b/talpid-routing/Cargo.toml
@@ -13,7 +13,7 @@ workspace = true
[dependencies]
thiserror = { workspace = true }
futures = "0.3.15"
-ipnetwork = "0.16"
+ipnetwork = { workspace = true }
log = { workspace = true }
tokio = { workspace = true, features = ["process", "rt-multi-thread", "net", "io-util", "time"] }