Skip to content

Commit 4c6066e

Browse files
authored
minor: bump linked_hash_map version (#197)
linked_hash_map had unsoundness issues in <= 0.5.2
1 parent 45297cd commit 4c6066e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rand = "0.7"
3232
serde = { version = "1.0", features = ["derive"] }
3333
serde_json = { version = "1.0", features = ["preserve_order"] }
3434
time = "0.1"
35-
linked-hash-map = "0.5"
35+
linked-hash-map = "0.5.3"
3636
hex = "0.4.2"
3737
md5 = "0.7.0"
3838
decimal = { version = "2.0.4", default_features = false, optional = true }

0 commit comments

Comments
 (0)