From 4c6066e1418cab0f085866ac3bf78558cdff94aa Mon Sep 17 00:00:00 2001 From: Dylan DPC Date: Fri, 10 Jul 2020 01:20:27 +0200 Subject: [PATCH] minor: bump linked_hash_map version (#197) linked_hash_map had unsoundness issues in <= 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4f72333..a57fe82d 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.4.2" md5 = "0.7.0" decimal = { version = "2.0.4", default_features = false, optional = true }