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 /Cargo.toml | |
| 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 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index e7f6d083f7..a639e1aa34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,6 +84,8 @@ chrono = { version = "0.4.26", default-features = false } clap = { version = "4.4.18", features = ["cargo", "derive"] } once_cell = "1.13" +ipnetwork = "0.20" + # Test dependencies proptest = "1.4" |
