diff --git a/Cargo.lock b/Cargo.lock index 1a67780..ce061db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,12 +92,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.0.83" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" -dependencies = [ - "libc", -] +checksum = "2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41" [[package]] name = "cfg-if" diff --git a/Cargo.toml b/Cargo.toml index 02103f3..bc0d700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ optional = true benchmarking = ["criterion"] [build-dependencies] -cc = {version = "1.0.83", optional = true } +cc = {version = "1.0.92", optional = true } nasm-rs = {version = "0.3.0", optional = true } [lib]