Update crates

This commit is contained in:
hurl-bot 2023-06-15 20:33:36 +00:00
parent 886f687635
commit 1f0f68fa0e
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -261,9 +261,9 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
[[package]]
name = "cpufeatures"
version = "0.2.7"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
dependencies = [
"libc",
]
@ -1001,9 +1001,9 @@ dependencies = [
[[package]]
name = "sha2"
version = "0.10.6"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
dependencies = [
"cfg-if",
"cpufeatures",

View File

@ -40,7 +40,7 @@ percent-encoding = "2.3.0"
regex = "1.8.4"
serde = "1.0.164"
serde_json = "1.0.96"
sha2 = "0.10.6"
sha2 = "0.10.7"
url = "2.4.0"
xmltree = { version = "0.10.3", features = ["attribute-order"] }
lazy_static = "1.4.0"