Update crates

This commit is contained in:
hurl-bot 2023-08-02 03:01:47 +00:00
parent 7aa3d0ed55
commit f7d28c98e2
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 6 additions and 3 deletions

7
Cargo.lock generated
View File

@ -190,9 +190,12 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "cc"
version = "1.0.79"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
checksum = "51f1226cd9da55587234753d1245dd5b132343ea240f26b6a9003d68706141ba"
dependencies = [
"libc",
]
[[package]]
name = "cfg-if"

View File

@ -54,5 +54,5 @@ termion = "2.0.1"
winres = "0.1.12"
[build-dependencies]
cc = "1.0.79"
cc = "1.0.80"