Update crates

This commit is contained in:
hurl-bot 2022-11-17 22:55:05 +00:00
parent c599f4765f
commit f3bf0b7618
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -577,9 +577,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "1.9.1"
version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
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.9.0-SNAPSHOT", path = "../hurl_core" }
indexmap = "1.9.1"
indexmap = "1.9.2"
libflate = "1.2.0"
libxml = "0.3.1"
md5 = "0.7.0"