diff --git a/Cargo.toml b/Cargo.toml index c6aa341..9d809f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" readme="README.md" [dependencies] -linked-hash-map = "0.5" +linked-hash-map = "0.5.3" serde = { version = "1", optional = true } [dev-dependencies]