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]