Update linked-hash-map to 0.5.3

This commit is contained in:
Adria Massanet 2020-11-24 18:11:29 +00:00
parent fed80cc075
commit 233bab2ee7
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -2438,9 +2438,9 @@ dependencies = [
[[package]]
name = "linked-hash-map"
version = "0.5.2"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
[[package]]
name = "local-encoding"