Update crates

This commit is contained in:
hurl-bot 2024-07-02 03:01:44 +00:00
parent b484ef8125
commit 8a0b4aad48
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.103"
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2755ff20a1d93490d26ba33a6f092a38a508398a5320df5d4b3014fcccce9410"
checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490"
[[package]]
name = "cfg-if"
@ -974,9 +974,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.119"
version = "1.0.120"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0"
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
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.119", features = ["arbitrary_precision"] }
serde_json = { version = "1.0.120", 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.103"
cc = "1.0.104"
[lints]
workspace = true