summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-11-12 14:58:00 +0100
committerAram Drevekenin <aram@poor.dev>2019-11-12 14:58:00 +0100
commite9225742184ae991523c9e279e7ef45f318221e3 (patch)
tree06dd971803e55a56245841b5d0bf21a6edbef7c9 /Cargo.toml
parent6a6a7f0a6cc90e19b7588b4be0852c836277c0e5 (diff)
chore(deps): fix tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b7f30c9..7371684 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,6 +29,7 @@ procfs = "0.5.3"
[dev-dependencies]
insta = "0.11.0"
+pnet_base = "0.23.0"
cargo-insta = "0.11.0"
-packet-builder = "0.3.0"
+packet-builder = { git = "https://github.com/imsnif/packet_builder" }
regex = "1"