From 573ab48eb03e7f62da15f800f05e46309c2b3e9c Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sat, 25 Mar 2017 12:04:28 +0900 Subject: [PATCH] serde_json is not used --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17b3ca6a..7b48605f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,6 @@ dependencies = [ "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", "slug 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "staticfile 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "syntect 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c339e788..fa679baa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ regex = "0.2" lazy_static = "0.2" glob = "0.2" serde = "0.9" -serde_json = "0.9" serde_derive = "0.9" # tera = { path = "../tera" } # tera = { git = "https://github.com/Keats/tera", branch = "reload" }