mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-27 16:26:40 +03:00
Update indexmap 1.8.1.
This commit is contained in:
parent
4371484fe4
commit
9bae7b9f43
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user