Update crates

This commit is contained in:
hurl-bot 2024-01-30 03:01:39 +00:00
parent 22ca0ad934
commit 701cd5d0a7
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

@ -75,9 +75,9 @@ dependencies = [
[[package]]
name = "anstyle"
version = "1.0.4"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
checksum = "2faccea4cc4ab4a667ce676a30e8ec13922a692c99bb8f5b11f1502c72e04220"
[[package]]
name = "anstyle-parse"
@ -960,9 +960,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.112"
version = "1.0.113"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d1bd37ce2324cf3bf85e5a25f96eb4baf0d5aa6eba43e7ae8958870c4ec48ed"
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
dependencies = [
"itoa",
"ryu",

View File

@ -36,7 +36,7 @@ md5 = "0.7.0"
percent-encoding = "2.3.1"
regex = "1.10.3"
serde = "1.0.196"
serde_json = { version = "1.0.112", features = ["arbitrary_precision"] }
serde_json = { version = "1.0.113", features = ["arbitrary_precision"] }
sha2 = "0.10.8"
url = "2.5.0"
xml-rs = { version = "0.8.19" }