Update crates

This commit is contained in:
hurl-bot 2024-08-27 03:01:48 +00:00
parent c9b227ae7a
commit 516e630585
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

@ -197,9 +197,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "cc"
version = "1.1.14"
version = "1.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d2eb3cd3d1bf4529e31c215ee6f93ec5a3d536d9f578f93d9d33ee19562932"
checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
dependencies = [
"shlex",
]

View File

@ -52,7 +52,7 @@ termion = "4.0.2"
winres = "0.1.12"
[build-dependencies]
cc = "1.1.14"
cc = "1.1.15"
[lints]
workspace = true