summaryrefslogtreecommitdiffhomepage
path: root/mullvad-api
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 /mullvad-api
parent92027443cb8a9b92d9a7f99483e25233493a993b (diff)
downloadmullvadvpn-ae9903979bcf707eae9511cbdefe6a2f41559ddf.tar.xz
mullvadvpn-ae9903979bcf707eae9511cbdefe6a2f41559ddf.zip
Upgrade pfctl to 0.5.0 and ipnetwork to 0.20
Diffstat (limited to 'mullvad-api')
-rw-r--r--mullvad-api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-api/Cargo.toml b/mullvad-api/Cargo.toml
index 4e82f630b5..6958abb5bb 100644
--- a/mullvad-api/Cargo.toml
+++ b/mullvad-api/Cargo.toml
@@ -21,7 +21,7 @@ thiserror = { workspace = true }
futures = "0.3"
http = "0.2"
hyper = { version = "0.14", features = ["client", "stream", "http1", "tcp" ] }
-ipnetwork = "0.16"
+ipnetwork = { workspace = true }
log = { workspace = true }
serde = "1"
serde_json = "1.0"