Update indexmap.

This commit is contained in:
jcamiel 2022-06-22 13:51:52 +02:00 committed by jcamiel
parent 380c525d3a
commit 3b801a782a
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.9.0"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c6392766afd7964e2531940894cffe4bd8d7d17dbc3c1c4857040fd4b33bdb3"
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
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.9.0"
indexmap = "1.9.1"
libflate = "1.2.0"
libxml = "0.3.1"
md5 = "0.7.0"