From c2adf50f59f69ebc76366aee2f5ebad079535b5c Mon Sep 17 00:00:00 2001 From: _Frky <3105926+Frky@users.noreply.github.com> Date: Mon, 30 May 2022 12:19:15 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 541555e..dc4028d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ log = "0.4.11" netdevice = "0.1.1" pcap = "0.9.1" pcap-file = "1.1.1" -pnet = "0.30.0" +pnet = "0.29.0" rand = "0.8.4" siphasher = "0.3" stderrlog = "0.5.0"