Update crates

This commit is contained in:
hurl-bot 2022-11-18 08:24:51 +00:00
parent 3b3483a997
commit 23e66e0158
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

@ -981,9 +981,9 @@ checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
[[package]]
name = "serde_json"
version = "1.0.87"
version = "1.0.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7"
dependencies = [
"itoa",
"ryu",

View File

@ -37,7 +37,7 @@ md5 = "0.7.0"
percent-encoding = "2.2.0"
regex = "1.7.0"
serde = "1.0.147"
serde_json = "1.0.87"
serde_json = "1.0.88"
sha2 = "0.10.6"
url = "2.3.1"
xmltree = { version = "0.10.3", features = ["attribute-order"] }