Update crates

This commit is contained in:
hurl-bot 2025-10-01 03:19:49 +00:00
parent 8921bc708e
commit 18ef75ac1c
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -817,9 +817,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
[[package]]
name = "openssl-src"
version = "300.5.2+3.5.2"
version = "300.5.3+3.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d270b79e2926f5150189d475bc7e9d2c69f9c4697b185fa917d5a32b792d21b4"
checksum = "dc6bad8cd0233b63971e232cc9c5e83039375b8586d2312f31fda85db8f888c2"
dependencies = [
"cc",
]

View File

@ -33,7 +33,7 @@ libxml = "0.3.8"
md5 = "0.7.0"
percent-encoding = "2.3.2"
regex = "1.11.3"
serde = { version = "1.0.227", features = ["derive"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.145", features = ["arbitrary_precision"] }
sha2 = "0.10.9"
url = "2.5.7"
@ -50,7 +50,7 @@ termion = "4.0.5"
winres = "0.1.12"
[build-dependencies]
cc = "1.2.38"
cc = "1.2.39"
[lints]
workspace = true