mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +03:00
Update indexmap.
This commit is contained in:
parent
380c525d3a
commit
3b801a782a
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user