Update crates

This commit is contained in:
hurl-bot 2024-07-15 03:02:05 +00:00
parent b6a3895eab
commit a4dc35467c
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

@ -191,9 +191,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "cc"
version = "1.1.3"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18e2d530f35b40a84124146478cd16f34225306a8441998836466a2e2961c950"
checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052"
[[package]]
name = "cfg-if"

View File

@ -53,7 +53,7 @@ termion = "4.0.2"
winres = "0.1.12"
[build-dependencies]
cc = "1.1.3"
cc = "1.1.5"
[lints]
workspace = true