From 9912908ad7095387d0e50912c1c5320c15f1159b Mon Sep 17 00:00:00 2001 From: Julian Schmid Date: Fri, 12 Jul 2019 22:05:00 +0200 Subject: [PATCH] Updated dependencies to latest versions. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 36cb15e..b09d3af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,15 +17,15 @@ exclude = [ ] [dependencies] -byteorder = "1.2.7" +byteorder = "1.3.2" [dev-dependencies] assert_matches = "1.3.0" -proptest = "0.8.7" +proptest = "0.9.4" # for examples -etherparse = "0.8.0" -structopt = "0.2.14" +etherparse = "0.8.2" +structopt = "0.2.18" rpcap = "0.3.0" [badges]