diff --git a/Cargo.toml b/Cargo.toml index 81536f9de..10dae0977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ pretty_assertions = "1.3.0" [build-dependencies] # TODO: enable parallel mode once MSRV hits 1.61, see discussion in # https://github.com/rust-lang/cc-rs/pull/849 -cc = "1.1.30" +cc = "1.2.13" rayon = "1.7.0" version_check = "0.9.4"