Update crates

This commit is contained in:
hurl-bot 2023-04-13 03:01:56 +00:00
parent b0522ff288
commit a818624ab5
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

@ -1068,9 +1068,9 @@ checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
[[package]]
name = "serde_json"
version = "1.0.95"
version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
dependencies = [
"itoa",
"ryu",

View File

@ -39,7 +39,7 @@ md5 = "0.7.0"
percent-encoding = "2.2.0"
regex = "1.7.3"
serde = "1.0.160"
serde_json = "1.0.95"
serde_json = "1.0.96"
sha2 = "0.10.6"
url = "2.3.1"
xmltree = { version = "0.10.3", features = ["attribute-order"] }