Update crates

This commit is contained in:
hurl-bot 2024-03-07 03:01:30 +00:00
parent 76a0416ff7
commit 27ce455005
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 = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b"
[[package]]
name = "cc"
version = "1.0.89"
version = "1.0.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0ba8f7aaa012f30d5b2861462f6708eccd49c3c39863fe083a308035f63d723"
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
[[package]]
name = "cfg-if"

View File

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