From 78a951211a7afa8ffd1b2fd8ce84a9fb63a23087 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sun, 3 May 2020 16:10:15 +0200 Subject: remove fnv dependency fnv was used in the old statistics module, which has been removed. Therefore, we no longer need or use fnv. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e0c103..a19e5b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,5 @@ num-traits = "0.2" num-derive = "0.3" thiserror = "1.0" byteorder = "1" -fnv = "1.0.3" getset = "0.1" zip = "0.5" -- cgit v1.2.3