From f87c892ed8af0df3083a23b639f22a5ee447c6c5 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Mon, 26 Feb 2024 16:16:42 +0100 Subject: [PATCH] Update cc dependency Removes annoying "running cc --version" and such debug messages. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3040d6ba8..27a4acc6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,9 +34,9 @@ checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" [[package]] name = "cc" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3286b845d0fccbdd15af433f61c5970e711987036cb468f437ff6badd70f4e24" +checksum = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index fec5ae7c7..44d246ff1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ rand_pcg = "0.3.1" serial_test = "0.4.0" [build-dependencies] -cc = "1.0.83" +cc = "1.0.88" rsconf = "0.1.2" [lib]