From 1b77f014fed824c314a7b1c4d37fb50c804cd577 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Sat, 13 Nov 2021 18:50:23 +0100 Subject: [PATCH] Remove unused time crate from libafl deps --- libafl/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/libafl/Cargo.toml b/libafl/Cargo.toml index 02d9762715..ed37ce0fe4 100644 --- a/libafl/Cargo.toml +++ b/libafl/Cargo.toml @@ -44,7 +44,6 @@ num_cpus = "1.0" # cpu count, for llmp example serial_test = "0.5" [dependencies] -time = { version = "0.3.5", default-features = false, features = ["alloc"] } tuple_list = { version = "0.1.3" } hashbrown = { version = "0.11", features = ["serde", "ahash-compile-time-rng"], default-features=false } # A faster hashmap, nostd compatible num-traits = { version = "0.2", default-features = false }