diff --git a/Cargo.lock b/Cargo.lock index df85713..6df1114 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,10 +39,11 @@ checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" [[package]] name = "cc" -version = "1.2.25" +version = "1.2.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0fc897dc1e865cc67c0e05a836d9d3f1df3cbe442aa4a9473b18e12624a4951" +checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583" dependencies = [ + "find-msvc-tools", "shlex", ] @@ -87,6 +88,12 @@ version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" +[[package]] +name = "find-msvc-tools" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" + [[package]] name = "glob" version = "0.3.2" diff --git a/Cargo.toml b/Cargo.toml index 27053f1..fd38a72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,6 @@ libc = "0.2.172" [build-dependencies] bindgen = "0.71.1" -cc = "1.2.25" +cc = "1.2.54" cmake = "0.1.54" pkg-config = "0.3.32"