summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKelvin Zhang <zhangxp1998@gmail.com>2020-01-05 17:48:20 -0500
committerKelvin Zhang <zhangxp1998@gmail.com>2020-01-05 17:48:47 -0500
commit3b1969815099ac24b6051755af33689e8d9f32e9 (patch)
tree6ebb3c3e0b5367ba70483d9e52a033c17c8f7c3b /Cargo.toml
parent9fde6224bac323ffbdff30aaa56cebb26f2e6c7b (diff)
Update insta version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f43709b..356d796 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ async-trait = "0.1.21"
procfs = "0.7.4"
[dev-dependencies]
-insta = "0.11.0"
+insta = "0.12.0"
pnet_base = "0.23.0"
cargo-insta = "0.11.0"
packet-builder = "0.4.0"