Update cc dependency

Removes annoying "running cc --version" and such debug messages.
This commit is contained in:
Fabian Boehm 2024-02-26 16:16:42 +01:00
parent d0cf07c4b3
commit f87c892ed8
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -34,9 +34,9 @@ checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
[[package]] [[package]]
name = "cc" name = "cc"
version = "1.0.87" version = "1.0.88"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3286b845d0fccbdd15af433f61c5970e711987036cb468f437ff6badd70f4e24" checksum = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc"
dependencies = [ dependencies = [
"libc", "libc",
] ]

View File

@ -42,7 +42,7 @@ rand_pcg = "0.3.1"
serial_test = "0.4.0" serial_test = "0.4.0"
[build-dependencies] [build-dependencies]
cc = "1.0.83" cc = "1.0.88"
rsconf = "0.1.2" rsconf = "0.1.2"
[lib] [lib]