diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-08-21 14:19:41 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-08-21 14:20:05 +0200 |
| commit | 1d60c47732213955f7df7f32b26a5a027c52f076 (patch) | |
| tree | 4e3fd1be81c52beb6568662ae0ed846246e37feb | |
| parent | df410713ef33b5330371d3584f7413c9ae5fa7a9 (diff) | |
| download | mullvadvpn-1d60c47732213955f7df7f32b26a5a027c52f076.tar.xz mullvadvpn-1d60c47732213955f7df7f32b26a5a027c52f076.zip | |
Bump pnet_packet to 0.26
| -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 269772a2cf..3a1cd4aa0b 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -75,7 +75,7 @@ widestring = "0.4" winreg = "0.6" winapi = { version = "0.3.6", features = ["handleapi", "ifdef", "libloaderapi", "netioapi", "synchapi", "winbase", "winuser"] } socket2 = "0.3" -pnet_packet = "0.22" +pnet_packet = "0.26" [build-dependencies] tonic-build = { version = "0.2", default-features = false, features = ["transport", "prost"] } |
