Update indexmap 1.8.1.

This commit is contained in:
jcamiel 2022-04-01 12:09:00 +02:00 committed by jcamiel
parent 4371484fe4
commit 9bae7b9f43
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.8.0"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
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.7.0-snapshot", path = "../hurl_core" }
indexmap = "1.8.0"
indexmap = "1.8.1"
libflate = "1.2.0"
libxml = "0.3.1"
md5 = "0.7.0"