Update crates

This commit is contained in:
hurl-bot 2024-09-18 03:02:33 +00:00
parent 49e55913f4
commit 50a5b7567f
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -197,9 +197,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]] [[package]]
name = "cc" name = "cc"
version = "1.1.19" version = "1.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d74707dde2ba56f86ae90effb3b43ddd369504387e718014de010cec7959800" checksum = "45bcde016d64c21da4be18b655631e5ab6d3107607e71a73a9f53eb48aae23fb"
dependencies = [ dependencies = [
"shlex", "shlex",
] ]
@ -1129,9 +1129,9 @@ checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
[[package]] [[package]]
name = "unicode-normalization" name = "unicode-normalization"
version = "0.1.23" version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
dependencies = [ dependencies = [
"tinyvec", "tinyvec",
] ]

View File

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