Update crate indexmap to 1.8.0

This commit is contained in:
Fabrice Reix 2022-01-21 13:32:49 +01:00 committed by Fabrice Reix
parent 56f0a2c82b
commit 3f8d291857
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -460,9 +460,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "1.7.0"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
dependencies = [
"autocfg",
"hashbrown",

View File

@ -30,7 +30,7 @@ glob = "0.3.0"
hex = "0.4.3"
hex-literal = "0.3.4"
hurl_core = { version = "1.6.0-snapshot", path = "../hurl_core" }
indexmap = "1.7.0"
indexmap = "1.8.0"
libflate = "1.1.1"
libxml = "0.3.0"
md5 = "0.7.0"