Update crates

This commit is contained in:
hurl-bot 2024-04-14 03:23:35 +00:00
parent 8e846c986c
commit c8719e8b8c
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -184,9 +184,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "cc"
version = "1.0.92"
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41"
checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7"
[[package]]
name = "cfg-if"

View File

@ -51,7 +51,7 @@ termion = "3.0.0"
winres = "0.1.12"
[build-dependencies]
cc = "1.0.92"
cc = "1.0.94"
[lints]
workspace = true