From cc68d57f1127c4d4640f009eb2aedbb6e4ef29c3 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 16 Oct 2019 17:03:21 -0700 Subject: [PATCH] Remove insta dependency for rojo-insta-ext --- Cargo.lock | 1 - rojo-insta-ext/Cargo.toml | 4 ---- 2 files changed, 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7251f716..02fb2029 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1599,7 +1599,6 @@ dependencies = [ name = "rojo-insta-ext" version = "0.1.0" dependencies = [ - "insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/rojo-insta-ext/Cargo.toml b/rojo-insta-ext/Cargo.toml index f072ab91..4471c4ac 100644 --- a/rojo-insta-ext/Cargo.toml +++ b/rojo-insta-ext/Cargo.toml @@ -8,7 +8,3 @@ publish = false [dependencies] serde = "1.0.99" serde_yaml = "0.8.9" - -[dependencies.insta] -version = "0.11.0" -features = ["redactions"]