From 5996eaba511d2771e861ae45188c19a75af059dc Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Fri, 17 Jan 2020 13:34:33 +0100 Subject: [PATCH] Add forgotten Cargo.lock update --- Cargo.lock | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49a3155..5bcf5ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,7 +105,6 @@ version = "0.1.0" dependencies = [ "ironsea_index 0.1.0", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -118,7 +117,6 @@ dependencies = [ "ironsea_store 0.1.0", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -181,7 +179,6 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", ]