mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-24 19:42:07 +03:00
Update crate indexmap to 1.8.0
This commit is contained in:
parent
56f0a2c82b
commit
3f8d291857
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -460,9 +460,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "indexmap"
|
name = "indexmap"
|
||||||
version = "1.7.0"
|
version = "1.8.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg",
|
"autocfg",
|
||||||
"hashbrown",
|
"hashbrown",
|
||||||
|
@ -30,7 +30,7 @@ glob = "0.3.0"
|
|||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
hex-literal = "0.3.4"
|
hex-literal = "0.3.4"
|
||||||
hurl_core = { version = "1.6.0-snapshot", path = "../hurl_core" }
|
hurl_core = { version = "1.6.0-snapshot", path = "../hurl_core" }
|
||||||
indexmap = "1.7.0"
|
indexmap = "1.8.0"
|
||||||
libflate = "1.1.1"
|
libflate = "1.1.1"
|
||||||
libxml = "0.3.0"
|
libxml = "0.3.0"
|
||||||
md5 = "0.7.0"
|
md5 = "0.7.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user