Skip to content

Commit eb6ee5f

Browse files
authored
Merge pull request #16 from Dylan-DPC/patch-1
Update linked hashmap to 0.5.3
2 parents f7e75e9 + f4c80e5 commit eb6ee5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json_typegen_shared/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde_json = { version = "1.0", features = ["preserve_order"] }
2323
reqwest = { version = "0.9", optional = true }
2424
error-chain = "0.12.1"
2525
lazy_static = "1.2"
26-
linked-hash-map = "0.5.1"
26+
linked-hash-map = "0.5.3"
2727
Inflector = "0.11"
2828
regex = "1.1"
2929
syn = { version = "0.11", features = ["full", "parsing"] }

0 commit comments

Comments
 (0)