Update crates

This commit is contained in:
hurl-bot 2024-07-01 03:02:03 +00:00
parent c49a89dd07
commit 8507d11a7a
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -191,9 +191,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "cc"
version = "1.0.102"
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "779e6b7d17797c0b42023d417228c02889300190e700cb074c3438d9c541d332"
checksum = "2755ff20a1d93490d26ba33a6f092a38a508398a5320df5d4b3014fcccce9410"
[[package]]
name = "cfg-if"
@ -974,9 +974,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.118"
version = "1.0.119"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4"
checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0"
dependencies = [
"itoa",
"ryu",

View File

@ -36,7 +36,7 @@ md5 = "0.7.0"
percent-encoding = "2.3.1"
regex = "1.10.5"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = { version = "1.0.118", features = ["arbitrary_precision"] }
serde_json = { version = "1.0.119", features = ["arbitrary_precision"] }
sha2 = "0.10.8"
url = "2.5.2"
xml-rs = { version = "0.8.20" }
@ -53,7 +53,7 @@ termion = "4.0.2"
winres = "0.1.12"
[build-dependencies]
cc = "1.0.102"
cc = "1.0.103"
[lints]
workspace = true