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 }