diff --git a/Cargo.lock b/Cargo.lock index eaace62..22578ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.1.30" +version = "1.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945" +checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f" dependencies = [ "shlex", ] diff --git a/Cargo.toml b/Cargo.toml index bffb1b7..679081d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ wasm-bindgen-test = "0.3.43" [build-dependencies] # Dependencies for the build script -cc = {version = "1.1.30", optional = true } +cc = {version = "1.1.31", optional = true } nasm-rs = {version = "0.3.0", optional = true } [lib]