From c026fe8b92f855d58f655bb51369118445e194ba Mon Sep 17 00:00:00 2001 From: Dylan DPC Date: Sun, 5 Jul 2020 02:13:44 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5951e176..f4b02a4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ rand = "0.7" serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["preserve_order"] } time = "0.1" -linked-hash-map = "0.5" +linked-hash-map = "0.5.3" hex = "0.3" md5 = "0.6" decimal = { version = "2.0.4", default_features = false, optional = true }