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