From 84bb696fb83e4c2b9a35067868e2a1f523def79e Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Tue, 18 Jan 2022 15:44:44 +0100 Subject: [PATCH] Remove a couple of unused dependencies --- analyzeme/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/analyzeme/Cargo.toml b/analyzeme/Cargo.toml index 5ad5ff4..50e2e0f 100644 --- a/analyzeme/Cargo.toml +++ b/analyzeme/Cargo.toml @@ -6,13 +6,10 @@ edition = "2018" license = "MIT OR Apache-2.0" [dependencies] -byteorder = "1.2.7" decodeme = { path = "../decodeme" } memchr = "2" measureme = { path = "../measureme" } rustc-hash = "1.0.1" -serde = { version = "1.0", features = [ "derive" ] } -serde_json = "1.0" # Depending on older versions of this crate allows us to keep supporting older # file formats.