diff --git a/Cargo.lock b/Cargo.lock index 41b4b75..fbc99a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,9 +293,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.99" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" +checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f" [[package]] name = "cfg-if" diff --git a/nj-build/Cargo.toml b/nj-build/Cargo.toml index 646ad09..331178d 100644 --- a/nj-build/Cargo.toml +++ b/nj-build/Cargo.toml @@ -9,4 +9,4 @@ license = "Apache-2.0" [target.'cfg(windows)'.dependencies] http_req = "0.11.0" -cc = "1.0.58" +cc = "1.1.6"