Update crates

This commit is contained in:
hurl-bot 2024-06-26 03:01:56 +00:00
parent 884019c090
commit 668dd36343
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 8 additions and 8 deletions

12
Cargo.lock generated
View File

@ -191,9 +191,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "cc"
version = "1.0.100"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c891175c3fb232128f48de6590095e59198bbeb8620c310be349bfc3afd12c7b"
checksum = "ac367972e516d45567c7eafc73d24e1c193dcf200a8d94e9db7b3d38b349572d"
[[package]]
name = "cfg-if"
@ -974,9 +974,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.117"
version = "1.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4"
dependencies = [
"itoa",
"ryu",
@ -1063,9 +1063,9 @@ dependencies = [
[[package]]
name = "tinyvec"
version = "1.6.0"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
checksum = "c55115c6fbe2d2bef26eb09ad74bde02d8255476fc0c7b515ef09fbb35742d82"
dependencies = [
"tinyvec_macros",
]

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.117", features = ["arbitrary_precision"] }
serde_json = { version = "1.0.118", 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.100"
cc = "1.0.101"
[lints]
workspace = true