Skip to content

Commit

Permalink
minor: bump linked_hash_map version (#197)
Browse files Browse the repository at this point in the history
linked_hash_map had unsoundness issues in <= 0.5.2
  • Loading branch information
Dylan-DPC authored Jul 9, 2020
1 parent 45297cd commit 4c6066e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 4c6066e

Please sign in to comment.